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)
committerMichael Adam <obnox@samba.org>
Fri, 12 Feb 2010 22:12:11 +0000 (23:12 +0100)
commit1d594bd734a2f7146ed52872456a16c5e41816f1
treec1dc0396fa1f0aecdc9d219cab3db6258a84fff6
parent524072b56bf659002410a817749bf86fe6f51e83
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
source3/lib/dbwrap_ctdb.c