mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
ITS#4955 fix typo in referral chasing
This commit is contained in:
parent
9227293e8d
commit
431f6fd810
1 changed files with 1 additions and 1 deletions
|
|
@ -1002,7 +1002,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