mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix ITS#5257
This commit is contained in:
parent
2953cd459f
commit
eda5b4d01f
@ -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 New Issue
Block a user