Skip to content
Snippets Groups Projects
Commit df42145f authored by Howard Chu's avatar Howard Chu
Browse files

ITS#5257 fix from HEAD

parent 5076130e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment