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_addrtype.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/libipt_addrtype.c') diff --git a/extensions/libipt_addrtype.c b/extensions/libipt_addrtype.c index 144a702e..ed8b2046 100644 --- a/extensions/libipt_addrtype.c +++ b/extensions/libipt_addrtype.c @@ -187,7 +187,6 @@ static struct option opts[] = { static struct iptables_match addrtype = { - .next = NULL, .name = "addrtype", .version = IPTABLES_VERSION, .size = IPT_ALIGN(sizeof(struct ipt_addrtype_info)), -- cgit v1.2.3