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:
Ondřej Kuzník 2017-06-27 15:31:31 +01:00 committed by Ondřej Kuzník
parent 95df8a1ec8
commit 33a993553d

View file

@ -773,5 +773,5 @@ fail:
op->o_client_refcnt--;
operation_destroy_from_client( op );
CLIENT_UNLOCK_OR_DESTROY(client);
return -1;
return rc;
}