tdb_unlockall/tdb_unlockall_read: ignore return value.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:10:32 +0000 (18:40 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:18:35 +0000 (11:18 +0200)
commit2c71e8596b295e7080eb936db705f452e1d7b9d9
treee6f6f1eca7ee9401d23362de5e1bc55b4b2c74d2
parent5a7874e119acbc80410b2f2c1847371236c22a56
tdb_unlockall/tdb_unlockall_read: ignore return value.

TDB2 returns void here.  tdb_unlockall will *always* return with the
database unlocked, but it will complain via the log function if it wasn't
locked.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
source4/lib/ldb/ldb_tdb/ldb_tdb.c