From: Howard Chu Date: Fri, 28 Feb 2003 13:41:53 +0000 (+0000) Subject: Fix previous commit X-Git-Tag: NO_SLAP_OP_BLOCKS~245 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=215be5f443b55fddd9db8fbc75d5e3af00ba1a91;p=openldap Fix previous commit --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 8185cddbc5..228781c11a 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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 ) {