mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Destroy the unbind operation when acted upon
This commit is contained in:
parent
9d66c26be5
commit
7a29fabd09
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue