summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-06-01 19:29:28 +0200
committerPhil Sutter <phil@nwl.cc>2022-06-10 15:35:28 +0200
commitef5d0c68261611d72ccecb3ae05c24448fbc91f5 (patch)
tree33261311d38337835a8c956a2c86d72020cc8467 /iptables
parent24c5b593156de29a49146bcc3497ebb7d8d40ef0 (diff)
iptables-legacy: Drop redundant include of xtables-multi.h
The header is included unconditionally first, so no point in doing it a second time of ENABLE_NFTABLES is defined. Fixes: be70918eab26e ("xtables: rename xt-multi binaries to -nft, -legacy") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables')
-rw-r--r--iptables/xtables-legacy-multi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/iptables/xtables-legacy-multi.c b/iptables/xtables-legacy-multi.c
index 3b7905ff..2c719315 100644
--- a/iptables/xtables-legacy-multi.c
+++ b/iptables/xtables-legacy-multi.c
@@ -14,10 +14,6 @@
#include "ip6tables-multi.h"
#endif
-#ifdef ENABLE_NFTABLES
-#include "xtables-multi.h"
-#endif
-
static const struct subcommand multi_subcommands[] = {
#ifdef ENABLE_IPV4
{"iptables", iptables_main},