s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.
authorMichael Adam <obnox@samba.org>
Fri, 11 Dec 2009 11:30:57 +0000 (12:30 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 12 Feb 2010 22:12:10 +0000 (23:12 +0100)
commit26225d3e798892b39b3c238b0bee465bffac6550
treee20cfbda04e6affc768672f3d261a73de246889e
parent5a0c42770b349877928a2b3fd8316903dd62e5b7
s3:dbwrap_ctdb: change db_ctdb_transaction_store() to return NTSTATUS.

The return values calculated by the callers were wrong anyways since
the new marshalling code does not set the local tdbs tdb error code.

Michael
source3/lib/dbwrap_ctdb.c