mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
ITS#5896 don't return immediately on Intermediate responses
This commit is contained in:
parent
532347bb3c
commit
988fb232d2
1 changed files with 2 additions and 1 deletions
|
|
@ -1127,7 +1127,8 @@ nextresp2:
|
|||
if ( msgid == LDAP_RES_ANY || id == msgid ) {
|
||||
if ( all == LDAP_MSG_ONE
|
||||
|| ( newmsg->lm_msgtype != LDAP_RES_SEARCH_RESULT
|
||||
&& newmsg->lm_msgtype != LDAP_RES_SEARCH_ENTRY
|
||||
&& newmsg->lm_msgtype != LDAP_RES_SEARCH_ENTRY
|
||||
&& newmsg->lm_msgtype != LDAP_RES_INTERMEDIATE
|
||||
&& newmsg->lm_msgtype != LDAP_RES_SEARCH_REFERENCE ) )
|
||||
{
|
||||
*result = newmsg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue