From: Alan T. DeKok Date: Wed, 17 Dec 2025 09:43:39 +0000 (+0100) Subject: tweak message and push error string X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=678ea1fe91f03f86f531c9cf96c24bd3eecaa644;p=thirdparty%2Ffreeradius-server.git tweak message and push error string so that we get more / better errors --- diff --git a/src/lib/util/value.c b/src/lib/util/value.c index c544c0da308..63dcff5da25 100644 --- a/src/lib/util/value.c +++ b/src/lib/util/value.c @@ -5706,7 +5706,7 @@ parse: unknown_attr: slen = fr_dict_attr_unknown_afrom_oid_substr(ctx, &dst->vb_attr, dst_enumv, &our_in, FR_TYPE_OCTETS); if (slen <= 0) { - fr_strerror_printf("Failed to find the named attribute in %s", dst_enumv->name); + fr_strerror_printf_push("Failed to find the attribute in %s", dst_enumv->name); return -2; }