]> git.cworth.org Git - notmuch/commit - test/T562-lib-database.sh
lib: fix error return bug with n_d_set_config.
authorDavid Bremner <david@tethera.net>
Sun, 19 Jul 2020 12:51:03 +0000 (09:51 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 22 Jul 2020 22:52:55 +0000 (19:52 -0300)
commitb268c8c0711a12b26a3abd3c8dde38a3679999b1
tree94e78b1e6ccc5efb1d19c58154949f7937b4582a
parentf6d74be84071b31e1e8d466bea76dd8d44d54377
lib: fix error return bug with n_d_set_config.

The catch block either needs to return, or the function needs to
return "status". Choose the latter for consistency with
n_d_get_config.
lib/config.cc
test/T562-lib-database.sh