From: Quanah Gibson-Mount Date: Sat, 9 Feb 2008 00:59:45 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_4_8~122 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=56a69a893cc2e4dfa6c3b54a50524204c3be01fa;p=openldap cleanup --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 6cb3a620a0..a2c66a7bd9 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -322,7 +322,7 @@ wait4msg( } #endif /* LDAP_DEBUG */ - if ( ( *result = chkResponseList( ld, msgid, all ) ) != NULL ) { + if ( ( *result = chkResponseList( ld, msgid, all ) ) != NULL ) { rc = (*result)->lm_msgtype; } else { @@ -350,7 +350,7 @@ wait4msg( ldap_pvt_thread_mutex_unlock( &ld->ld_conn_mutex ); #endif - if ( !lc_ready ) { + if ( !lc_ready ) { rc = ldap_int_select( ld, tvp ); #ifdef LDAP_DEBUG if ( rc == -1 ) {