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/libxt_length.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/libxt_length.c') diff --git a/extensions/libxt_length.c b/extensions/libxt_length.c index 5b6453e..345423d 100644 --- a/extensions/libxt_length.c +++ b/extensions/libxt_length.c @@ -132,7 +132,6 @@ save(const void *ip, const struct xt_entry_match *match) } static struct xtables_match length = { - .next = NULL, .family = AF_INET, .name = "length", .version = IPTABLES_VERSION, @@ -147,7 +146,6 @@ static struct xtables_match length = { }; static struct xtables_match length6 = { - .next = NULL, .family = AF_INET6, .name = "length", .version = IPTABLES_VERSION, -- cgit v1.2.3