summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_mac.c')
-rw-r--r--extensions/libxt_mac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_mac.c b/extensions/libxt_mac.c
index 61da13bd..b907594c 100644
--- a/extensions/libxt_mac.c
+++ b/extensions/libxt_mac.c
@@ -121,7 +121,6 @@ static void save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match mac = {
- .next = NULL,
.family = AF_INET,
.name = "mac",
.version = IPTABLES_VERSION,
@@ -136,7 +135,6 @@ static struct xtables_match mac = {
};
static struct xtables_match mac6 = {
- .next = NULL,
.family = AF_INET6,
.name = "mac",
.version = IPTABLES_VERSION,