--- libraries/libldap/result.c 2007/10/10 03:17:49 1.157 +++ libraries/libldap/result.c 2007/12/20 01:46:59 1.158 @@ -1,5 +1,5 @@ /* result.c - wait for an ldap result */ -/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.156 2007/09/29 09:24:39 ando Exp $ */ +/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.157 2007/10/10 03:17:49 hyc Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1998-2007 The OpenLDAP Foundation. @@ -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 ) {