mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
use LDAP_RES_UNSOLICITED for the response message id
This commit is contained in:
parent
8367f0cfe4
commit
af9233b9df
@ -562,7 +562,7 @@ send_ldap_disconnect( Operation *op, SlapReply *rs )
|
|||||||
} else {
|
} else {
|
||||||
rs->sr_rspoid = LDAP_NOTICE_DISCONNECT;
|
rs->sr_rspoid = LDAP_NOTICE_DISCONNECT;
|
||||||
rs->sr_tag = LDAP_RES_EXTENDED;
|
rs->sr_tag = LDAP_RES_EXTENDED;
|
||||||
rs->sr_msgid = 0;
|
rs->sr_msgid = LDAP_RES_UNSOLICITED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( send_ldap_response( op, rs ) == SLAP_CB_CONTINUE ) {
|
if ( send_ldap_response( op, rs ) == SLAP_CB_CONTINUE ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user