]> granicus.if.org Git - ipset/commitdiff
2.4.7
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 28 Jan 2009 20:34:12 +0000 (21:34 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Wed, 28 Jan 2009 20:34:12 +0000 (21:34 +0100)
Typo which broke compilation with kernels < 2.6.28 fixed.

kernel/ChangeLog
kernel/ipt_SET.c

index 2c5c0dd0aa3aaa9a045b88ed15e939dd33510ada..8a1f7ad4d2312ea4570dc75dded04c7578431fe6 100644 (file)
@@ -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
 
index cd89beb56472c8e4b414d96287b61ad79ee86e55..6009d6417cc79353a6e0e82a4412f106a98ad7b2 100644 (file)
@@ -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