summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_physdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_physdev.c')
-rw-r--r--extensions/libxt_physdev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_physdev.c b/extensions/libxt_physdev.c
index 397c5e9b..0f862c0c 100644
--- a/extensions/libxt_physdev.c
+++ b/extensions/libxt_physdev.c
@@ -173,7 +173,6 @@ static void save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match physdev = {
- .next = NULL,
.family = AF_INET,
.name = "physdev",
.version = IPTABLES_VERSION,
@@ -189,7 +188,6 @@ static struct xtables_match physdev = {
};
static struct xtables_match physdev6 = {
- .next = NULL,
.family = AF_INET6,
.name = "physdev",
.version = IPTABLES_VERSION,