summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connbytes.c
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-30 13:38:44 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-07-30 13:38:44 +0000
commit173fd4a2374c0c2be719ea5c4d7346cc0cac07f0 (patch)
tree4aaa03dfda3b22bad3c7f36fffb93a172f1473ea /extensions/libipt_connbytes.c
parent5c9f7b01883d5cc1c07bf2813ff644468f373b3b (diff)
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 <jengelh@gmx.de>
Diffstat (limited to 'extensions/libipt_connbytes.c')
-rw-r--r--extensions/libipt_connbytes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/libipt_connbytes.c b/extensions/libipt_connbytes.c
index 69b39bd..9b40d5a 100644
--- a/extensions/libipt_connbytes.c
+++ b/extensions/libipt_connbytes.c
@@ -186,7 +186,6 @@ static void save(const void *ip, const struct xt_entry_match *match)
}
static struct iptables_match state = {
- .next = NULL,
.name = "connbytes",
.version = IPTABLES_VERSION,
.size = IPT_ALIGN(sizeof(struct ipt_connbytes_info)),