mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#9076 Set oldctrls correctly
This commit is contained in:
parent
dbcdcb8258
commit
a14fb731ac
@ -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 New Issue
Block a user