]> git.sur5r.net Git - openldap/commitdiff
Fix previous commit
authorHoward Chu <hyc@openldap.org>
Fri, 14 Feb 2003 10:27:39 +0000 (10:27 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 14 Feb 2003 10:27:39 +0000 (10:27 +0000)
libraries/libldap/result.c

index deecde2d6a93457a87489181b62197cf1184bdc0..28f20e6b28543d1af15df07b1d03d9a30adcd408 100644 (file)
@@ -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