s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.
authorMichael Adam <obnox@samba.org>
Wed, 13 Jan 2010 22:51:34 +0000 (23:51 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 1 Apr 2010 07:39:15 +0000 (09:39 +0200)
commit1747d23a5525c2a4e8060bff737ef7dd79678a0b
tree1c66733719364a9c0a7ab466a39ca711e3fcc2a3
parent249d7bab417a51fbdc1b84c5d84aa81ccdb3e94b
s3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transaction_commit.

I carefully prepared the return value only to "return 0;" at the bottom. :-(
This may well have hit us for instance in the nested cancel case
and produced random errors.

Michael
(cherry picked from commit 1d594bd734a2f7146ed52872456a16c5e41816f1)
(cherry picked from commit 7fc2b612b8f77751effadcd53800c96e83e76418)
source3/lib/dbwrap_ctdb.c