mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 02:49:28 -05:00
parent
b1da555c4c
commit
9c4ee82297
1 changed files with 1 additions and 1 deletions
|
|
@ -1849,7 +1849,7 @@ mdb_txn_renew(MDB_txn *txn)
|
|||
{
|
||||
int rc;
|
||||
|
||||
if (! (txn && txn->mt_flags & MDB_TXN_RDONLY))
|
||||
if (! (txn && (txn->mt_flags & MDB_TXN_RDONLY)))
|
||||
return EINVAL;
|
||||
|
||||
if (txn->mt_env->me_flags & MDB_FATAL_ERROR) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue