tdb_transaction_cancel: ignore return value.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:10:31 +0000 (18:40 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jun 2011 09:18:35 +0000 (11:18 +0200)
commitd6251996fa5b8371c0f7449825b5d1788da95dd0
treed2295fb5edffef971841c3220a6c1ce17af81808
parent2b1452b2fc0573e09fedb7fbd8a5f8d278470b9c
tdb_transaction_cancel: ignore return value.

TDB2 returns void here.  tdb_transaction_cancel will *always* return
with the transaction cancelled, but it will complain via the log
function if a transaction wasn't in progress.

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