mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Revert "set the TDB_NO_NESTING flag for the tdb before we start a transaction from within recovery"
This reverts commit 1b2029dbb055ff07367ebc1f307f5241320227b2. (This used to be ctdb commit 9762a3408f10409b629637d237ec513a825a6059)
This commit is contained in:
parent
c429ca114d
commit
270907faec
@ -345,7 +345,6 @@ int32_t ctdb_control_transaction_start(struct ctdb_context *ctdb, uint32_t id)
|
||||
}
|
||||
}
|
||||
|
||||
tdb_add_flags(ctdb_db->ltdb->tdb, TDB_NO_NESTING);
|
||||
ret = tdb_transaction_start(ctdb_db->ltdb->tdb);
|
||||
tdb_remove_flags(ctdb_db->ltdb->tdb, TDB_NO_NESTING);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user