mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Unblock the client when we can't find an upstream
If we can't find an upstream, we keep the client around, so it needs to be unblocked.
This commit is contained in:
parent
95df8a1ec8
commit
33a993553d
1 changed files with 1 additions and 1 deletions
|
|
@ -773,5 +773,5 @@ fail:
|
|||
op->o_client_refcnt--;
|
||||
operation_destroy_from_client( op );
|
||||
CLIENT_UNLOCK_OR_DESTROY(client);
|
||||
return -1;
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue