]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CID 1675661
authorAlan T. DeKok <aland@freeradius.org>
Mon, 8 Dec 2025 17:05:51 +0000 (12:05 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 8 Dec 2025 17:13:26 +0000 (12:13 -0500)
src/lib/util/dict_util.c

index e7432bd1894490d7fcbd5d98c9cb4aaa704ee29d..79c5f720642e4bf776b3cd94ff839d8db3a63d0d 100644 (file)
@@ -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;