]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorQuanah Gibson-Mount <quanah@openldap.org>
Sat, 9 Feb 2008 00:59:45 +0000 (00:59 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sat, 9 Feb 2008 00:59:45 +0000 (00:59 +0000)
libraries/libldap/result.c

index 6cb3a620a0cae448561c2605f3caf666d1a2a8ca..a2c66a7bd95f5aa4716eb535d54f88e41a47a28c 100644 (file)
@@ -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 ) {