summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_dscp.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_dscp.c')
-rw-r--r--extensions/libxt_dscp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libxt_dscp.c b/extensions/libxt_dscp.c
index 8ca74443..3f5f6c64 100644
--- a/extensions/libxt_dscp.c
+++ b/extensions/libxt_dscp.c
@@ -153,7 +153,6 @@ save(const void *ip, const struct xt_entry_match *match)
}
static struct xtables_match dscp = {
- .next = NULL,
.family = AF_INET,
.name = "dscp",
.version = IPTABLES_VERSION,
@@ -168,7 +167,6 @@ static struct xtables_match dscp = {
};
static struct xtables_match dscp6 = {
- .next = NULL,
.family = AF_INET6,
.name = "dscp",
.version = IPTABLES_VERSION,