From 173fd4a2374c0c2be719ea5c4d7346cc0cac07f0 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Mon, 30 Jul 2007 13:38:44 +0000 Subject: Remove the .next=NULL field. This is automatically initialized to zero. I've kept .print=NULL and .save=NULL so it stands out (since iptables will do the print/save then). Signed-off-by: Jan Engelhardt --- extensions/libipt_helper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/libipt_helper.c') diff --git a/extensions/libipt_helper.c b/extensions/libipt_helper.c index 3c1c739..e577255 100644 --- a/extensions/libipt_helper.c +++ b/extensions/libipt_helper.c @@ -83,7 +83,6 @@ save(const void *ip, const struct xt_entry_match *match) } static struct iptables_match helper = { - .next = NULL, .name = "helper", .version = IPTABLES_VERSION, .size = IPT_ALIGN(sizeof(struct ipt_helper_info)), -- cgit v1.2.3