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 d5b6c1f0..cd2fc420 100644
--- a/extensions/libxt_TCPMSS.c
+++ b/extensions/libxt_TCPMSS.c
@@ -140,7 +140,6 @@ save(const void *ip, const struct xt_entry_target *target)
}
static struct xtables_target mss = {
- .next = NULL,
.family = AF_INET,
.name = "TCPMSS",
.version = IPTABLES_VERSION,
@@ -156,7 +155,6 @@ static struct xtables_target mss = {
};
static struct xtables_target mss6 = {
- .next = NULL,
.family = AF_INET6,
.name = "TCPMSS",
.version = IPTABLES_VERSION,