From: Howard Chu Date: Fri, 8 Jun 2007 09:17:24 +0000 (+0000) Subject: ITS#4955 fix from HEAD, referral chasing loop X-Git-Tag: OPENLDAP_REL_ENG_2_3_36~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d403dc37570820d03c408aef6f54b7ec863b67d7;p=thirdparty%2Fopenldap.git ITS#4955 fix from HEAD, referral chasing loop --- diff --git a/libraries/libldap/request.c b/libraries/libldap/request.c index 70145a812b..07f10ae501 100644 --- a/libraries/libldap/request.c +++ b/libraries/libldap/request.c @@ -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 ) {