mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix ITS#5257
This commit is contained in:
parent
2953cd459f
commit
eda5b4d01f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ bdb_dn2entry(
|
|||
/* always return EntryInfo */
|
||||
if ( ei->bei_parent ) {
|
||||
ei = ei->bei_parent;
|
||||
rc2 = bdb_cache_find_id( op, tid, ei->bei_id, &ei, ID_LOCKED,
|
||||
rc2 = bdb_cache_find_id( op, tid, ei->bei_id, &ei, 0,
|
||||
locker, lock );
|
||||
if ( rc2 ) rc = rc2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue