mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#9076 Set oldctrls correctly
This commit is contained in:
parent
dbcdcb8258
commit
a14fb731ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue