Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
df42145f
Commit
df42145f
authored
Dec 05, 2007
by
Howard Chu
Browse files
ITS#5257 fix from HEAD
parent
5076130e
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/dn2entry.c
View file @
df42145f
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment