mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
LDAPworldP16: Search responses may not be returned properly
This commit is contained in:
parent
29eda9c799
commit
0b0c178c1a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user