From: Alan T. DeKok Date: Thu, 19 Oct 2023 20:48:08 +0000 (-0400) Subject: clarify error message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d894cf49cede16a17f876b5cc552a6f3696b445a;p=thirdparty%2Ffreeradius-server.git clarify error message --- diff --git a/src/lib/server/map.c b/src/lib/server/map.c index b778d52a179..09d05be3aa9 100644 --- a/src/lib/server/map.c +++ b/src/lib/server/map.c @@ -607,7 +607,7 @@ ssize_t map_afrom_substr(TALLOC_CTX *ctx, map_t **out, map_t **parent_p, fr_sbuf */ if (!fr_sbuff_next_if_char(&our_in, '}')) { fr_sbuff_set(&our_in, &m_rhs); - fr_strerror_const("No matching '}'"); + fr_strerror_const("Unexpected text before '}'"); goto error; }