]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
word smithing
authorAlan T. DeKok <aland@freeradius.org>
Thu, 20 Dec 2018 16:30:30 +0000 (11:30 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 27 Dec 2018 15:05:00 +0000 (10:05 -0500)
src/lib/server/tmpl.c

index ef62c14ab2d371d86309bd6089d13510f33607c1..72529a21677b79efcb731c3861f65a236474355a 100644 (file)
@@ -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;