LDAPworldP16: Search responses may not be returned properly

This commit is contained in:
Kurt Zeilenga 1998-08-09 03:08:09 +00:00
parent 29eda9c799
commit 0b0c178c1a

View File

@ -542,7 +542,11 @@ lr->lr_res_matched ? lr->lr_res_matched : "" );
prev->lm_next = l->lm_next;
*result = l;
ld->ld_errno = LDAP_SUCCESS;
#ifndef ultrix
return( l->lm_msgtype );
#else
return( tag );
#endif
}
return( -2 ); /* continue looking */