From: Alan T. DeKok Date: Fri, 18 Mar 2022 23:55:17 +0000 (-0400) Subject: this is no longer needed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc409518fd3cd65d390bc766db7c3428920a269;p=thirdparty%2Ffreeradius-server.git this is no longer needed --- diff --git a/src/protocols/dhcpv4/base.c b/src/protocols/dhcpv4/base.c index c899a62214e..5a7561fb4d5 100644 --- a/src/protocols/dhcpv4/base.c +++ b/src/protocols/dhcpv4/base.c @@ -765,10 +765,6 @@ static bool attr_valid(UNUSED fr_dict_t *dict, UNUSED fr_dict_attr_t const *pare fr_strerror_const("string/octets arrays require the 'length=uint8' flag"); return false; } - - } else if (flags->array && !flags->length && !flags->is_known_width) { - fr_strerror_const("Variable length attributes cannot be marked as 'array'"); - return false; } /*