summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_limit.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_limit.c')
-rw-r--r--extensions/libxt_limit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_limit.c b/extensions/libxt_limit.c
index aa7131d6..c85536bd 100644
--- a/extensions/libxt_limit.c
+++ b/extensions/libxt_limit.c
@@ -176,7 +176,6 @@ static void save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match limit = {
- .next = NULL,
.family = AF_INET,
.name = "limit",
.version = IPTABLES_VERSION,
@@ -192,7 +191,6 @@ static struct xtables_match limit = {
};
static struct xtables_match limit6 = {
- .next = NULL,
.family = AF_INET6,
.name = "limit",
.version = IPTABLES_VERSION,