]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use the correct name for the parnt type
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Sep 2023 20:19:27 +0000 (16:19 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 8 Sep 2023 13:44:21 +0000 (09:44 -0400)
src/lib/util/dict_validate.c

index dadce34b4189be718be7c0d26af69d6c7f1dcf51..265e42e945227b4238b6f34eb60b9198a171a442 100644 (file)
@@ -557,7 +557,7 @@ bool dict_attr_flags_valid(fr_dict_t *dict, fr_dict_attr_t const *parent,
 
        case FR_TYPE_VSA:
                if ((type != FR_TYPE_VENDOR) && !flags->internal) {
-                       fr_strerror_printf("Attributes of type '%s' cannot be children of the 'vendor' type",
+                       fr_strerror_printf("Attributes of type '%s' cannot be children of the 'vsa' type",
                                           fr_type_to_str(type));
                        return false;
                }