mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
mdb_txn_renew(): Drop pointless diff from mdb.RE.
Makes the code friendlier to "git cherry-pick".
This commit is contained in:
parent
02e8de5edb
commit
8d1f6ca782
1 changed files with 1 additions and 1 deletions
|
|
@ -2586,7 +2586,7 @@ mdb_txn_renew0(MDB_txn *txn)
|
|||
int rc, new_notls = 0;
|
||||
|
||||
if (txn->mt_flags & MDB_TXN_RDONLY) {
|
||||
txn->mt_flags &= MDB_TXN_BEGIN_FLAGS;
|
||||
txn->mt_flags = MDB_TXN_RDONLY;
|
||||
/* Setup db info */
|
||||
txn->mt_numdbs = env->me_numdbs;
|
||||
txn->mt_dbxs = env->me_dbxs; /* mostly static anyway */
|
||||
|
|
|
|||
Loading…
Reference in a new issue