From: Alan T. DeKok Date: Mon, 8 Dec 2025 17:05:51 +0000 (-0500) Subject: CID 1675661 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bdbd12e99ea76ab6e519affa40c570b76101cf;p=thirdparty%2Ffreeradius-server.git CID 1675661 --- diff --git a/src/lib/util/dict_util.c b/src/lib/util/dict_util.c index e7432bd1894..79c5f720642 100644 --- a/src/lib/util/dict_util.c +++ b/src/lib/util/dict_util.c @@ -714,7 +714,6 @@ int dict_attr_parent_init(fr_dict_attr_t **da_p, fr_dict_attr_t const *parent) da->flags.length = dv->length; } } - ext = NULL; } else if (da->type == FR_TYPE_TLV) { da->flags.type_size = dict->root->flags.type_size;