summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_esp.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_esp.c')
-rw-r--r--extensions/libxt_esp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_esp.c b/extensions/libxt_esp.c
index 401c104a..7eb030e8 100644
--- a/extensions/libxt_esp.c
+++ b/extensions/libxt_esp.c
@@ -165,7 +165,6 @@ static void save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match esp = {
- .next = NULL,
.family = AF_INET,
.name = "esp",
.version = IPTABLES_VERSION,
@@ -181,7 +180,6 @@ static struct xtables_match esp = {
};
static struct xtables_match esp6 = {
- .next = NULL,
.family = AF_INET6,
.name = "esp",
.version = IPTABLES_VERSION,