From: Alan T. DeKok Date: Thu, 20 Dec 2018 16:30:30 +0000 (-0500) Subject: word smithing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9904b57641f21d2d08015b5f8aff802dbfdcb4;p=thirdparty%2Ffreeradius-server.git word smithing --- diff --git a/src/lib/server/tmpl.c b/src/lib/server/tmpl.c index ef62c14ab2d..72529a21677 100644 --- a/src/lib/server/tmpl.c +++ b/src/lib/server/tmpl.c @@ -814,7 +814,7 @@ ssize_t tmpl_afrom_attr_substr(TALLOC_CTX *ctx, vp_tmpl_t **out, char const *nam */ } else if ((rules->dict_def && (found_in != rules->dict_def))) { if (!rules->allow_foreign) { - fr_strerror_printf("Only attributes from protocol \"%s\" allowed here", + fr_strerror_printf("Only attributes from the %s protocol are allowed here", fr_dict_root(rules->dict_def)->name); slen = -(p - name); goto error;