From: Alan T. DeKok Date: Sat, 3 Jan 2026 01:23:24 +0000 (-0500) Subject: EXT_CHILD is for children by number, and has no namespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c247fefca64b1ee88df24d74df166f5c4dfbf8a;p=thirdparty%2Ffreeradius-server.git EXT_CHILD is for children by number, and has no namespace arguably we could unify the two structures, as a structural type always has both. --- diff --git a/src/lib/util/dict_ext.h b/src/lib/util/dict_ext.h index fc993f98107..2e791d42d5a 100644 --- a/src/lib/util/dict_ext.h +++ b/src/lib/util/dict_ext.h @@ -50,7 +50,6 @@ extern fr_ext_t const fr_dict_enum_ext_def; * VALUE. See dict_attr_can_have_children() for details. */ typedef struct { - fr_hash_table_t *child_by_name; //!< Namespace at this level in the hierarchy. fr_dict_attr_t const **children; //!< Children of this attribute. } fr_dict_attr_ext_children_t;