mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#6101, reset rs->sr_rspdata in send_ldap_disconnect()
This commit is contained in:
parent
4939a382c1
commit
5b98495d5c
@ -616,6 +616,7 @@ send_ldap_disconnect( Operation *op, SlapReply *rs )
|
||||
assert( LDAP_UNSOLICITED_ERROR( rs->sr_err ) );
|
||||
|
||||
rs->sr_type = REP_EXTENDED;
|
||||
rs->sr_rspdata = NULL;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"send_ldap_disconnect %d:%s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user