From b45e162eca2c6e913318c4552643aae2a973ae3a Mon Sep 17 00:00:00 2001 From: Pierre Lebleu Date: Wed, 9 May 2018 09:58:59 +0200 Subject: [PATCH 1/1] helpers: fix the set_helper in the rule structure The set_helper field has to be set by set_helper and not helper. Signed-off-by: Pierre Lebleu --- rules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.c b/rules.c index 58edcd4..5e1d5f3 100644 --- a/rules.c +++ b/rules.c @@ -33,7 +33,7 @@ const struct fw3_option fw3_rule_opts[] = { FW3_OPT("ipset", setmatch, rule, ipset), FW3_OPT("helper", cthelper, rule, helper), - FW3_OPT("set_helper", cthelper, rule, helper), + FW3_OPT("set_helper", cthelper, rule, set_helper), FW3_LIST("proto", protocol, rule, proto), -- 2.11.0