Skip to content
Snippets Groups Projects
Commit 56a69a89 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

cleanup

parent 8aba0b95
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment