From: Arran Cudbard-Bell Date: Tue, 6 Apr 2021 17:20:36 +0000 (+0100) Subject: There is no "%v" expansion X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed0590fba4fa1230bfbfa2d0fe4f8c1f5401e17;p=thirdparty%2Ffreeradius-server.git There is no "%v" expansion --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index ebc510c34a..0baedcd5ea 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -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;