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/libip6t_state.c | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/libip6t_state.c') diff --git a/extensions/libip6t_state.c b/extensions/libip6t_state.c index 01647a6f..b7c25172 100644 --- a/extensions/libip6t_state.c +++ b/extensions/libip6t_state.c @@ -144,7 +144,6 @@ static void save(const void *ip, const struct xt_entry_match *match) } static struct ip6tables_match state = { - .next = NULL, .name = "state", .version = IPTABLES_VERSION, .size = IP6T_ALIGN(sizeof(struct ipt_state_info)), -- cgit v1.2.3