summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_udp.c')
-rw-r--r--extensions/libxt_udp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_udp.c b/extensions/libxt_udp.c
index c3795367..6942043f 100644
--- a/extensions/libxt_udp.c
+++ b/extensions/libxt_udp.c
@@ -209,7 +209,6 @@ static void save(const void *ip, const struct xt_entry_match *match)
static
struct xtables_match udp = {
- .next = NULL,
.family = AF_INET,
.name = "udp",
.version = IPTABLES_VERSION,
@@ -226,7 +225,6 @@ struct xtables_match udp = {
static
struct xtables_match udp6 = {
- .next = NULL,
.family = AF_INET6,
.name = "udp",
.version = IPTABLES_VERSION,