]> git.notmuchmail.org Git - notmuch/commit
_notmuch_database_linke_message: Fix error-status propagation.
authorCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:01:20 +0000 (15:01 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 25 Oct 2009 22:01:20 +0000 (15:01 -0700)
commitbe9e3ee3132457ea5936bd1225294bdfe3949a4c
treea6d42aa2bc34bb28ea03b8bef3ad3e290421df07
parenta360670c03475b1489ea5e2327cc3037cc8dff0b
_notmuch_database_linke_message: Fix error-status propagation.

The _notmuch_database_link_message_to_parents function was void
in an earlier draft. Now, ensure that we don't miss any error
return value from it.
database.cc