Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
33326eb1
Commit
33326eb1
authored
May 20, 2008
by
Quanah Gibson-Mount
Browse files
Fix bei_state access
parent
dd4996a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/dn2id.c
View file @
33326eb1
...
...
@@ -1152,7 +1152,11 @@ gotit:
}
cx
->
depth
--
;
cx
->
op
->
o_tmpfree
(
save
,
cx
->
op
->
o_tmpmemctx
);
if
(
nokids
)
ei
->
bei_state
|=
CACHE_ENTRY_NO_GRANDKIDS
;
if
(
nokids
)
{
bdb_cache_entryinfo_lock
(
ei
);
ei
->
bei_state
|=
CACHE_ENTRY_NO_GRANDKIDS
;
bdb_cache_entryinfo_unlock
(
ei
);
}
}
/* Make sure caller knows it had kids! */
cx
->
tmp
[
0
]
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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