From: Jozsef Kadlecsik Date: Wed, 28 Jan 2009 20:34:12 +0000 (+0100) Subject: 2.4.7 X-Git-Tag: 2.4.7~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=970ba6ce2336d52af8b5a81094feba162a06e6b7;p=ipset 2.4.7 Typo which broke compilation with kernels < 2.6.28 fixed. --- diff --git a/kernel/ChangeLog b/kernel/ChangeLog index 2c5c0dd..8a1f7ad 100644 --- a/kernel/ChangeLog +++ b/kernel/ChangeLog @@ -1,3 +1,7 @@ +2.4.7 + - Typo which broke compilation with kernels < 2.6.28 + fixed (reported by Richard Lucassen, Danny Rawlins) + 2.4.6 - Compatibility fix for kernels >= 2.6.28 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