]> git.notmuchmail.org Git - notmuch/commit
lib: fix return value for n_directory_delete
authorDavid Bremner <david@tethera.net>
Sat, 1 Aug 2020 12:25:59 +0000 (09:25 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 3 Aug 2020 23:59:06 +0000 (20:59 -0300)
commitf4f5db0f1a6e89f56bfd73f8517c1cac7af20290
tree6b7861ed6b9f07681774b65e399da5d982d41928
parentb03cc6cf90c302b66453feb081b36fabe927a576
lib: fix return value for n_directory_delete

Falling out of the catch meant the error return was lost
lib/directory.cc
test/T563-lib-directory.sh