From: Howard Chu Date: Fri, 8 Jun 2007 09:17:00 +0000 (+0000) Subject: ITS#4955 fix typo in referral chasing X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~417 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=431f6fd810a9bd8788239aba7d747d7c3afc4caf;p=openldap ITS#4955 fix typo in referral chasing --- diff --git a/libraries/libldap/request.c b/libraries/libldap/request.c index 86b36d66ed..6ecdcf6770 100644 --- a/libraries/libldap/request.c +++ b/libraries/libldap/request.c @@ -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 ) {