mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
TS#4315 fix prev commit, spinning in ldap_back_dobind
This commit is contained in:
parent
2b39a26150
commit
8538223def
1 changed files with 4 additions and 1 deletions
|
|
@ -665,8 +665,11 @@ ldap_back_dobind_int(
|
|||
return rc;
|
||||
}
|
||||
|
||||
while ( lc->lc_refcnt > 1 )
|
||||
while ( lc->lc_refcnt > 1 ) {
|
||||
ldap_pvt_thread_yield();
|
||||
if (( rc = LDAP_BACK_CONN_ISBOUND( lc )))
|
||||
return rc;
|
||||
}
|
||||
|
||||
/*
|
||||
* FIXME: we need to let clients use proxyAuthz
|
||||
|
|
|
|||
Loading…
Reference in a new issue