]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
EXT_CHILD is for children by number, and has no namespace
authorAlan T. DeKok <aland@freeradius.org>
Sat, 3 Jan 2026 01:23:24 +0000 (20:23 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 3 Jan 2026 01:23:24 +0000 (20:23 -0500)
arguably we could unify the two structures, as a structural type
always has both.

src/lib/util/dict_ext.h

index fc993f98107374fdb80f8eea2bf1c11aec3b3aa5..2e791d42d5a27b232f7cea2da6650cc55840e816 100644 (file)
@@ -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;