summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_length.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_length.c')
-rw-r--r--extensions/libxt_length.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_length.c b/extensions/libxt_length.c
index 5b6453e8..345423d7 100644
--- a/extensions/libxt_length.c
+++ b/extensions/libxt_length.c
@@ -132,7 +132,6 @@ save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match length = {
- .next = NULL,
.family = AF_INET,
.name = "length",
.version = IPTABLES_VERSION,
@@ -147,7 +146,6 @@ static struct xtables_match length = {
};
static struct xtables_match length6 = {
- .next = NULL,
.family = AF_INET6,
.name = "length",
.version = IPTABLES_VERSION,