summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_tcpmss.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_tcpmss.c')
-rw-r--r--extensions/libxt_tcpmss.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_tcpmss.c b/extensions/libxt_tcpmss.c
index db3dd90..4b421b2 100644
--- a/extensions/libxt_tcpmss.c
+++ b/extensions/libxt_tcpmss.c
@@ -133,7 +133,6 @@ save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match tcpmss = {
- .next = NULL,
.family = AF_INET,
.name = "tcpmss",
.version = IPTABLES_VERSION,
@@ -148,7 +147,6 @@ static struct xtables_match tcpmss = {
};
static struct xtables_match tcpmss6 = {
- .next = NULL,
.family = AF_INET6,
.name = "tcpmss",
.version = IPTABLES_VERSION,