From 970ba6ce2336d52af8b5a81094feba162a06e6b7 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Wed, 28 Jan 2009 21:34:12 +0100 Subject: 2.4.7 Typo which broke compilation with kernels < 2.6.28 fixed. --- kernel/ipt_SET.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/ipt_SET.c') 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 -- cgit v1.2.3