]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 Nov 2023 15:52:19 +0000 (09:52 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 Nov 2023 15:52:19 +0000 (09:52 -0600)
src/lib/unlang/xlat_expr.c

index 49fb2809596fbb4ef37051e81cf8bf74a9e1f57c..6c0ded6b01aa3b1855d4ccdc84d06d8ddcf1ffc2 100644 (file)
@@ -2461,7 +2461,7 @@ static fr_slen_t tokenize_field(xlat_exp_head_t *head, xlat_exp_t **out, fr_sbuf
                p = vpt->name + talloc_array_length(vpt->name) - 2;
                if ((*p == ':') && fr_sbuff_is_char(&our_in, '-')) {
                        fr_sbuff_set(&our_in, fr_sbuff_current(&our_in) - 2);
-                       fr_strerror_const("Alternation is no longer supported.  Use '%{a && b}' instead of '%{a:-b}'");
+                       fr_strerror_const("Alternation is no longer supported.  Use '%{a || b}' instead of '%{a:-b}'");
                        goto error;
                }
        }