From 18992db3bfdb3b695cae12b53434f560cbf8e2ae Mon Sep 17 00:00:00 2001 From: Jan Engelhardt 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_standard.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/libxt_standard.c') diff --git a/extensions/libxt_standard.c b/extensions/libxt_standard.c index 02128a7e..3838ac65 100644 --- a/extensions/libxt_standard.c +++ b/extensions/libxt_standard.c @@ -49,7 +49,6 @@ save(const void *ip, const struct xt_entry_target *target) static struct xtables_target standard = { - .next = NULL, .family = AF_INET, .name = "standard", .version = IPTABLES_VERSION, @@ -66,7 +65,6 @@ struct xtables_target standard = { static struct xtables_target standard6 = { - .next = NULL, .family = AF_INET6, .name = "standard", .version = IPTABLES_VERSION, -- cgit v1.2.3