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_MARK.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/libipt_MARK.c') diff --git a/extensions/libipt_MARK.c b/extensions/libipt_MARK.c index 62329ab5..6a947182 100644 --- a/extensions/libipt_MARK.c +++ b/extensions/libipt_MARK.c @@ -187,7 +187,6 @@ save_v1(const void *ip, const struct xt_entry_target *target) static struct iptables_target mark_v0 = { - .next = NULL, .name = "MARK", .version = IPTABLES_VERSION, .revision = 0, @@ -204,7 +203,6 @@ struct iptables_target mark_v0 = { static struct iptables_target mark_v1 = { - .next = NULL, .name = "MARK", .version = IPTABLES_VERSION, .revision = 1, -- cgit v1.2.3