[netfilter-cvslog] r3508 - trunk/iptables/extensions

rusty at netfilter.org rusty at netfilter.org
Wed Dec 29 12:13:12 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-29 12:13:12 +0100 (Wed, 29 Dec 2004)
New Revision: 3508

Modified:
   trunk/iptables/extensions/libipt_helper.c
Log:
Fix compile error introduced by C99 conversion.


Modified: trunk/iptables/extensions/libipt_helper.c
===================================================================
--- trunk/iptables/extensions/libipt_helper.c	2004-12-28 13:11:59 UTC (rev 3507)
+++ trunk/iptables/extensions/libipt_helper.c	2004-12-29 11:13:12 UTC (rev 3508)
@@ -91,7 +91,6 @@
 	.next		= NULL,
 	.name		= "helper",
 	.version	= IPTABLES_VERSION,
-	.release	= IPT_ALIGN(sizeof(struct ipt_helper_info)),
 	.size		= IPT_ALIGN(sizeof(struct ipt_helper_info)),
 	.help		= &help,
 	.init		= &init,




More information about the netfilter-cvslog mailing list