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/libip6t_TRACE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_TRACE.c') diff --git a/extensions/libip6t_TRACE.c b/extensions/libip6t_TRACE.c index 2fc786f..edbb416 100644 --- a/extensions/libip6t_TRACE.c +++ b/extensions/libip6t_TRACE.c @@ -43,7 +43,7 @@ final_check(unsigned int flags) static struct ip6tables_target trace -= { .next = NULL, += { .name = "TRACE", .version = IPTABLES_VERSION, .size = IP6T_ALIGN(0), -- cgit v1.2.3