ITS#4955 fix typo in referral chasing

This commit is contained in:
Howard Chu 2007-06-08 09:17:00 +00:00
parent 9227293e8d
commit 431f6fd810

View file

@ -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 ) {