mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
LDAPworldP16: Search responses may not be returned properly
This commit is contained in:
parent
29eda9c799
commit
0b0c178c1a
1 changed files with 4 additions and 0 deletions
|
|
@ -542,7 +542,11 @@ lr->lr_res_matched ? lr->lr_res_matched : "" );
|
||||||
prev->lm_next = l->lm_next;
|
prev->lm_next = l->lm_next;
|
||||||
*result = l;
|
*result = l;
|
||||||
ld->ld_errno = LDAP_SUCCESS;
|
ld->ld_errno = LDAP_SUCCESS;
|
||||||
|
#ifndef ultrix
|
||||||
|
return( l->lm_msgtype );
|
||||||
|
#else
|
||||||
return( tag );
|
return( tag );
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return( -2 ); /* continue looking */
|
return( -2 ); /* continue looking */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue