]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Initialise the group field for all structural types
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 13 Jun 2022 14:59:09 +0000 (09:59 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 15 Jun 2022 16:15:36 +0000 (11:15 -0500)
src/lib/util/value.h

index 459056eaded662ed1a777fd1399d661a07eaacc1..b9cc4cc59ec55f4aafd6eeffcc46ed4744da83f9 100644 (file)
@@ -454,7 +454,7 @@ void fr_value_box_init(fr_value_box_t *vb, fr_type_t type, fr_dict_attr_t const
         *      all zeros, the following are the exceptions.
         */
        switch (type) {
-       case FR_TYPE_GROUP:
+       case FR_TYPE_STRUCTURAL:
                fr_value_box_list_init(&vb->vb_group);
                break;