Browse Source

fixed xtables_param_act for TS3INIT_SET_COOKIE

pull/1/head
Maximilian Münchow 8 years ago
parent
commit
8489b7be87
  1. 2
      src/libxt_TS3INIT_SET_COOKIE.c

2
src/libxt_TS3INIT_SET_COOKIE.c

@ -20,7 +20,7 @@ @@ -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)
{

Loading…
Cancel
Save