]> git.sur5r.net Git - openldap/commitdiff
ITS#4955 fix typo in referral chasing
authorHoward Chu <hyc@openldap.org>
Fri, 8 Jun 2007 09:17:00 +0000 (09:17 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 8 Jun 2007 09:17:00 +0000 (09:17 +0000)
libraries/libldap/request.c

index 86b36d66ed8d0327062f50284d0bbf89702455f1..6ecdcf6770c1d37872addf1d3da8198377a82b7d 100644 (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 ) {