mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Destroy the unbind operation when acted upon
This commit is contained in:
parent
9d66c26be5
commit
7a29fabd09
@ -164,6 +164,8 @@ handle_one_request( Connection *c )
|
||||
|
||||
switch ( op->o_tag ) {
|
||||
case LDAP_REQ_UNBIND:
|
||||
/* There is never a response for this operation */
|
||||
operation_destroy_from_client( op );
|
||||
c->c_state = SLAP_C_CLOSING;
|
||||
CLIENT_DESTROY(c);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user