mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#4955 fix from HEAD, referral chasing loop
This commit is contained in:
parent
6f34a8be0e
commit
d403dc3757
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ ldap_chase_v3referrals( LDAP *ld, LDAPRequest *lr, char **refs, int sref, char *
|
|||
if ( lp == origreq ) {
|
||||
lp = lp->lr_child;
|
||||
} else {
|
||||
lp = lr->lr_refnext;
|
||||
lp = lp->lr_refnext;
|
||||
}
|
||||
}
|
||||
if ( looped ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue