]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
the error is for this ref, not for all referenceS
authorAlan T. DeKok <aland@freeradius.org>
Thu, 12 Aug 2021 14:38:06 +0000 (10:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 12 Aug 2021 14:38:06 +0000 (10:38 -0400)
src/lib/util/dict_fixup.c

index 485950c41adbf00802365334c3e3ba7c8a807cdf..4ad3b97512166bb3402b2c86c2e5e4e9ced48035 100644 (file)
@@ -441,7 +441,7 @@ static inline CC_HINT(always_inline) int dict_fixup_clone_apply(UNUSED dict_fixu
         *      We can only clone attributes of the same data type.
         */
        if (da->type != fixup->da->type) {
-               fr_strerror_printf("Clone references MUST be to attributes of type '%s' at %s[%d]",
+               fr_strerror_printf("Clone reference MUST be to an attribute of type '%s' at %s[%d]",
                                   fr_table_str_by_value(fr_value_box_type_table, fixup->da->type, "<UNKNOWN>"),
                                   fr_cwd_strip(fixup->common.filename), fixup->common.line);
                return -1;