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)
committerKarolin Seeger <kseeger@samba.org>
Wed, 31 Mar 2010 15:54:29 +0000 (17:54 +0200)
commit06943fe1e6982c9df4886ee0a17572e502726897
treea58f29fed3e2591e14a124fe968f6132754d9156
parent60aabc946ed981efe7e37bb2b39307e82dd20fcc
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
(cherry picked from commit 26225d3e798892b39b3c238b0bee465bffac6550)
source3/lib/dbwrap_ctdb.c