]> git.notmuchmail.org Git - notmuch/commitdiff
compact: catch Xapian::Error consistently
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 13 Nov 2013 17:02:44 +0000 (19:02 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 18 Nov 2013 00:25:43 +0000 (20:25 -0400)
catch Xapian::Error in compact code in lib/database.cc to be consistent
with other code in addition to not making software crash on uncaught
other Xapian error.


No differences found