mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
fix previous commit: actually free the connection in case of failed bind
This commit is contained in:
parent
fd5208c18f
commit
1418b2c5b1
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ done:;
|
|||
|| ( LDAP_BACK_CONN_ISBOUND( lc )
|
||||
&& !dn_match( &op->o_req_ndn, &lc->lc_local_ndn ) ) )
|
||||
{
|
||||
int lerr = 0;
|
||||
int lerr = -1;
|
||||
|
||||
/* wait for all other ops to release the connection */
|
||||
retry_lock:;
|
||||
|
|
|
|||
Loading…
Reference in a new issue