]> git.sur5r.net Git - openldap/commitdiff
Fix previous commit
authorHoward Chu <hyc@openldap.org>
Fri, 28 Feb 2003 13:41:53 +0000 (13:41 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 28 Feb 2003 13:41:53 +0000 (13:41 +0000)
libraries/libldap/result.c

index 8185cddbc50cca59d3866acdc409fae3381401be..228781c11a1dcf8fa10618086ec8bc90982cb24b 100644 (file)
@@ -523,6 +523,7 @@ retry_ber:
        if (LDAP_IS_UDP(ld) && isv2) {
                ber_scanf(ber, "x{");
        }
+nextresp2:
 #endif
        /* the message type */
        if ( (tag = ber_peek_tag( ber, &len )) == LBER_ERROR ) {