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
f6bc2aff
Commit
f6bc2aff
authored
Jan 03, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6635
parent
adb7c84e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f6bc2aff
...
...
@@ -14,6 +14,7 @@ OpenLDAP 2.4.24 Engineering
Fixed liblutil getpass prompts (ITS#6702)
Fixed ldapsearch segfault with deref (ITS#6638)
Fixed slapd acl parsing overflow (ITS#6611)
Fixed slapd filter leak (ITS#6635)
Fixed slapd when first acl is value dependent (ITS#6693)
Fixed slapd modify to return actual error (ITS#6581)
Fixed slapd sortvals of attributes with 1 value (ITS#6715)
...
...
servers/slapd/filter.c
View file @
f6bc2aff
...
...
@@ -521,6 +521,8 @@ filter_free_x( Operation *op, Filter *f, int freeme )
switch
(
f
->
f_choice
)
{
case
LDAP_FILTER_PRESENT
:
if
(
f
->
f_desc
->
ad_flags
&
SLAP_DESC_TEMPORARY
)
op
->
o_tmpfree
(
f
->
f_desc
,
op
->
o_tmpmemctx
);
break
;
case
LDAP_FILTER_EQUALITY
:
...
...
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