mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Port from SAMBA tdb: commit 42c0931441ef53a3f977e1334355fa83f05ac184 Author: Tim Prouty <tprouty@samba.org> Date: Tue Mar 31 16:24:07 2009 -0700
tdb: Remove unused variable (This used to be ctdb commit aa22d1875b1997664af983c0baeabe34e40dd253)
This commit is contained in:
parent
166e74a8b1
commit
c153b85a93
@ -875,7 +875,6 @@ static int transaction_setup_recovery(struct tdb_context *tdb,
|
|||||||
int tdb_transaction_prepare_commit(struct tdb_context *tdb)
|
int tdb_transaction_prepare_commit(struct tdb_context *tdb)
|
||||||
{
|
{
|
||||||
const struct tdb_methods *methods;
|
const struct tdb_methods *methods;
|
||||||
int i;
|
|
||||||
|
|
||||||
if (tdb->transaction == NULL) {
|
if (tdb->transaction == NULL) {
|
||||||
TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_prepare_commit: no transaction\n"));
|
TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_transaction_prepare_commit: no transaction\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user