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