From: Alan T. DeKok Date: Thu, 12 Aug 2021 14:38:06 +0000 (-0400) Subject: the error is for this ref, not for all referenceS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3d393db0c4e26e4811579faf0a997526d005d7f;p=thirdparty%2Ffreeradius-server.git the error is for this ref, not for all referenceS --- diff --git a/src/lib/util/dict_fixup.c b/src/lib/util/dict_fixup.c index 485950c41ad..4ad3b975121 100644 --- a/src/lib/util/dict_fixup.c +++ b/src/lib/util/dict_fixup.c @@ -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, ""), fr_cwd_strip(fixup->common.filename), fixup->common.line); return -1;