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 ) {