mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Fix previous commit
This commit is contained in:
parent
c04f3e7706
commit
8dac33b6c3
1 changed files with 0 additions and 5 deletions
|
|
@ -317,11 +317,6 @@ wait4msg(
|
|||
|
||||
if ( lc == NULL ) {
|
||||
rc = ldap_int_select( ld, tvp );
|
||||
#ifdef LDAP_R_COMPILE
|
||||
ldap_pvt_thread_mutex_unlock( &ld->ld_res_mutex );
|
||||
ldap_pvt_thread_yield();
|
||||
ldap_pvt_thread_mutex_lock( &ld->ld_res_mutex );
|
||||
#endif
|
||||
#ifdef LDAP_DEBUG
|
||||
if ( rc == -1 ) {
|
||||
#ifdef NEW_LOGGING
|
||||
|
|
|
|||
Loading…
Reference in a new issue