From: Alan T. DeKok Date: Thu, 7 Sep 2023 20:19:27 +0000 (-0400) Subject: use the correct name for the parnt type X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e41572a29b44646ab9931677c320568b7aa4f45;p=thirdparty%2Ffreeradius-server.git use the correct name for the parnt type --- diff --git a/src/lib/util/dict_validate.c b/src/lib/util/dict_validate.c index dadce34b418..265e42e9452 100644 --- a/src/lib/util/dict_validate.c +++ b/src/lib/util/dict_validate.c @@ -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; }