summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_comment.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_comment.c')
-rw-r--r--extensions/libxt_comment.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_comment.c b/extensions/libxt_comment.c
index 9a0c9605..770a3ec5 100644
--- a/extensions/libxt_comment.c
+++ b/extensions/libxt_comment.c
@@ -100,7 +100,6 @@ save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match comment = {
- .next = NULL,
.family = AF_INET,
.name = "comment",
.version = IPTABLES_VERSION,
@@ -115,7 +114,6 @@ static struct xtables_match comment = {
};
static struct xtables_match comment6 = {
- .next = NULL,
.family = AF_INET6,
.name = "comment",
.version = IPTABLES_VERSION,