helpers: fix the set_helper in the rule structure
[oweals/firewall3.git] / rules.c
diff --git a/rules.c b/rules.c
index 58edcd4562f2d07699b13a3eab3a53a9bc5f9d61..5e1d5f3a6385fe084f53d9e4feae8659c4afe2ac 100644 (file)
--- 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),