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
da8ec9a3
Commit
da8ec9a3
authored
Sep 29, 2009
by
Quanah Gibson-Mount
Browse files
ITS
#6242
parent
ca4e989c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
da8ec9a3
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.19 Engineering
Fixed slapo-pcache cache corruption (ITS#6242)
OpenLDAP 2.4.18 Release (2009/09/06)
Fixed client tools common options (ITS#6049)
...
...
servers/slapd/overlays/pcache.c
View file @
da8ec9a3
...
...
@@ -862,6 +862,7 @@ merge_entry(
modlist
->
sml_op
=
LDAP_MOD_ADD
;
op
->
o_tag
=
LDAP_REQ_MODIFY
;
op
->
orm_modlist
=
modlist
;
op
->
o_managedsait
=
SLAP_CONTROL_CRITICAL
;
op
->
o_bd
->
be_modify
(
op
,
&
sreply
);
slap_mods_free
(
modlist
,
1
);
}
else
if
(
rc
==
LDAP_REFERRAL
||
...
...
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