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
e3e033d9
Commit
e3e033d9
authored
Oct 31, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6310
parent
eabc108a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e3e033d9
...
...
@@ -13,6 +13,7 @@ OpenLDAP 2.4.20 Engineering
Fixed slapd-ldap leak (ITS#6326)
Fixed slapd-relay bind segfault (ITS#6337)
Fixed slapo-memberof operational attr updates (ITS#6329)
Fixed slapo-pcache entry dupe (ITS#6310)
Fixed slapo-syncprov deadlock (ITS#6335)
Build Environment
Fixed slapd MAXPATHLEN handling (ITS#6342)
...
...
servers/slapd/overlays/pcache.c
View file @
e3e033d9
...
...
@@ -836,6 +836,7 @@ merge_entry(
slap_callback
cb
=
{
NULL
,
slap_null_cb
,
NULL
,
NULL
};
e
=
entry_dup
(
e
);
attr
=
e
->
e_attrs
;
e
->
e_attrs
=
NULL
;
...
...
@@ -877,7 +878,7 @@ merge_entry(
}
}
else
{
if
(
op
->
ora_e
==
e
)
be_
entry_re
lease_w
(
op
,
e
);
entry_
f
re
e
(
e
);
rc
=
1
;
}
...
...
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