Skip to content
Snippets Groups Projects
Commit 37fceeb6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Minor cleanup of ldap_result().

parent 80e5e3fe
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,11 @@ static void merge_error_info LDAP_P(( LDAP *ld, LDAPRequest *parentr, LDAPReques
* ldap_result( s, msgid, all, timeout, result )
*/
int
ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout,
ldap_result(
LDAP *ld,
int msgid,
int all,
struct timeval *timeout,
LDAPMessage **result )
{
LDAPMessage *lm, *lastlm, *nextlm;
......@@ -121,8 +125,7 @@ ldap_result( LDAP *ld, int msgid, int all, struct timeval *timeout,
}
if ( tmp == NULL ) {
return( wait4msg( ld, msgid, all, timeout,
result ) );
lm = NULL;
}
break;
......
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