From 8489b7be87548fa385c666d2cc17b143e640a906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20M=C3=BCnchow?= Date: Fri, 21 Oct 2016 11:50:32 +0200 Subject: [PATCH] fixed xtables_param_act for TS3INIT_SET_COOKIE --- src/libxt_TS3INIT_SET_COOKIE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libxt_TS3INIT_SET_COOKIE.c b/src/libxt_TS3INIT_SET_COOKIE.c index 49e2855..0e76510 100644 --- a/src/libxt_TS3INIT_SET_COOKIE.c +++ b/src/libxt_TS3INIT_SET_COOKIE.c @@ -20,7 +20,7 @@ #include "ts3init_random_seed.h" #include "ts3init_target.h" -#define param_act(t, s, f) xtables_param_act((t), "ts3init_set_cookie", (s), (f)) +#define param_act(t, s, f) xtables_param_act((t), "TS3INIT_SET_COOKIE", (s), (f)) static void ts3init_set_cookie_tg_help(void) {