From 41dccaff14fca9aa1787d2696791e896031846b6 Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Wed, 22 Sep 2021 23:01:38 +0300 Subject: [PATCH] Increase max tokens for filter rules to 15 += master + cert --- src/opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opts.c b/src/opts.c index b166d0b..d0cc4d8 100644 --- a/src/opts.c +++ b/src/opts.c @@ -3136,7 +3136,7 @@ filter_rule_translate(opts_t *opts, const char *name, int argc, char **argv, int static int WUNRES filter_rule_parse(opts_t *opts, const char *name, int argc, char **argv, int line_num); -#define MAX_FILTER_RULE_TOKENS 13 +#define MAX_FILTER_RULE_TOKENS 15 static int WUNRES filter_rule_expand_macro(opts_t *opts, const char *name, int argc, char **argv, int i, int line_num)