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
3c726298
Commit
3c726298
authored
May 20, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5516
parent
77efa91c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
3c726298
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.10 Engineering
Fixed libldap file descriptor leak with SELinux (ITS#5507)
Fixed slapd missing termination of integerFilter keys (ITS#5503)
Fixed slapd multiple attrs in URI (ITS#5516)
Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
Fixed slapo-syncprov op2.o_extra reset (ITS#5506)
...
...
servers/slapd/acl.c
View file @
3c726298
...
...
@@ -2049,11 +2049,11 @@ acl_set_cb_gather( Operation *op, SlapReply *rs )
bvalsp
=
a
->
a_nvals
;
}
}
}
if
(
bvalsp
)
{
p
->
bvals
=
slap_set_join
(
p
->
cookie
,
p
->
bvals
,
(
'|'
|
SLAP_SET_RREF
),
bvalsp
);
if
(
bvalsp
)
{
p
->
bvals
=
slap_set_join
(
p
->
cookie
,
p
->
bvals
,
(
'|'
|
SLAP_SET_RREF
),
bvalsp
);
}
}
}
else
{
...
...
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