]> git.notmuchmail.org Git - notmuch/commit
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)
commit19a89753ca20b269a131e747238925cce254c627
treefc8048b92ceffde94a4976bc8627c90d0b8b51be
parent4d5986e8ad671c1f5504894af6fbe37ba314bed8
compact: catch Xapian::Error consistently

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.
lib/database.cc