summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-eb.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables-eb.c')
-rw-r--r--iptables/xtables-eb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/xtables-eb.c b/iptables/xtables-eb.c
index 534714de..68f12500 100644
--- a/iptables/xtables-eb.c
+++ b/iptables/xtables-eb.c
@@ -769,6 +769,7 @@ int do_commandeb(struct nft_handle *h, int argc, char *argv[], char **table,
struct xtables_match *m;
struct iptables_command_state cs = {
.argv = argv,
+ .eb.bitmask = EBT_NOPROTO,
};
char command = 'h';
const char *chain = NULL;
@@ -790,7 +791,6 @@ int do_commandeb(struct nft_handle *h, int argc, char *argv[], char **table,
/* prevent getopt to spoil our error reporting */
optind = 0;
opterr = false;
- cs.eb.bitmask = EBT_NOPROTO;
/* Getopt saves the day */
while ((c = getopt_long(argc, argv,