summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2004-12-29 11:13:12 +0000
committerRusty Russell <rusty@rustcorp.com.au>2004-12-29 11:13:12 +0000
commit3ef2fb8f721418491b3459441331496ee3ed24bd (patch)
tree18e69c93a1fa04b16f268fd1f045bc60de8c4091 /extensions
parent8caee8b9e34fed4562fcff553197c161fc9d9979 (diff)
Fix compile error introduced by C99 conversion.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libipt_helper.c b/extensions/libipt_helper.c
index 82c1ee09..52047e48 100644
--- a/extensions/libipt_helper.c
+++ b/extensions/libipt_helper.c
@@ -91,7 +91,6 @@ static struct iptables_match helper = {
.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,