summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_helper.c')
-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 82c1ee0..52047e4 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,