summaryrefslogtreecommitdiffstats
path: root/kernel/ipt_SET.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ipt_SET.c')
-rw-r--r--kernel/ipt_SET.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ipt_SET.c b/kernel/ipt_SET.c
index cd89beb..6009d64 100644
--- a/kernel/ipt_SET.c
+++ b/kernel/ipt_SET.c
@@ -187,7 +187,7 @@ static void destroy(const struct xt_tgdtor_param *par)
#endif
{
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)
- const struct ipt_set_info_target *info = targinfo;
+ const struct ipt_set_info_target *info = targetinfo;
#else
const struct ipt_set_info_target *info = par->targinfo;
#endif