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/libipt_MIRROR.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/libipt_MIRROR.c') diff --git a/extensions/libipt_MIRROR.c b/extensions/libipt_MIRROR.c index c02807b9..02923b8c 100644 --- a/extensions/libipt_MIRROR.c +++ b/extensions/libipt_MIRROR.c @@ -42,7 +42,6 @@ final_check(unsigned int flags) } static struct iptables_target mirror = { - .next = NULL, .name = "MIRROR", .version = IPTABLES_VERSION, .size = IPT_ALIGN(0), -- cgit v1.2.3