mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#9497 fix duplicate ldap control response
This commit is contained in:
parent
76df6a4f5a
commit
31b0bf68c2
@ -1384,6 +1384,7 @@ ldif_back_search( Operation *op, SlapReply *rs )
|
||||
ldap_pvt_thread_rdwr_rlock(&li->li_rdwr);
|
||||
rs->sr_err = search_tree( op, rs );
|
||||
ldap_pvt_thread_rdwr_runlock(&li->li_rdwr);
|
||||
rs->sr_ctrls = NULL;
|
||||
send_ldap_result(op, rs);
|
||||
|
||||
return rs->sr_err;
|
||||
|
Loading…
Reference in New Issue
Block a user