]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
There is no "%v" expansion
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 Apr 2021 17:20:36 +0000 (18:20 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 6 Apr 2021 17:20:36 +0000 (18:20 +0100)
src/lib/unlang/xlat_tokenize.c

index ebc510c34ab9664da1f902ded41f9b7feb14767e..0baedcd5ea2010bf076fddaf42755df06ef50830 100644 (file)
@@ -911,7 +911,6 @@ static int xlat_tokenize_literal(TALLOC_CTX *ctx, xlat_exp_t **head, xlat_flags_
                                                L("%n"),
                                                L("%s"),
                                                L("%t"),
-                                               L("%v"),
                                                L("%{")
                                        );
        fr_sbuff_term_t                 *tokens;