From 215be5f443b55fddd9db8fbc75d5e3af00ba1a91 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 28 Feb 2003 13:41:53 +0000 Subject: [PATCH] Fix previous commit --- libraries/libldap/result.c | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.39.5