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
73f4f3a9
Commit
73f4f3a9
authored
Sep 10, 2019
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Oct 15, 2019
Browse files
ITS
#9076
Set oldctrls correctly
parent
9e046a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/extended.c
View file @
73f4f3a9
...
...
@@ -58,7 +58,7 @@ ldap_back_extended_one( Operation *op, SlapReply *rs, ldap_back_exop_f exop )
return
-
1
;
}
ctrls
=
op
->
o_ctrls
;
ctrls
=
oldctrls
=
op
->
o_ctrls
;
if
(
ldap_back_controls_add
(
op
,
rs
,
lc
,
&
ctrls
)
)
{
op
->
o_ctrls
=
oldctrls
;
...
...
Write
Preview
Supports
Markdown
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