mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
ITS#9011 LMDB: fix typo in prev commit
This commit is contained in:
parent
1924ae9ba8
commit
c2b1cab5dc
1 changed files with 1 additions and 1 deletions
|
|
@ -3645,7 +3645,7 @@ mdb_txn_id(MDB_txn *txn)
|
|||
int mdb_txn_flags(MDB_txn *txn, unsigned int *flags)
|
||||
{
|
||||
if(!txn) return EINVAL;
|
||||
flags = txn->mt_flags & MDB_RDONLY;
|
||||
*flags = txn->mt_flags & MDB_RDONLY;
|
||||
return MDB_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue