summaryrefslogtreecommitdiffstats
path: root/iptables/nft-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/nft-shared.h')
-rw-r--r--iptables/nft-shared.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/iptables/nft-shared.h b/iptables/nft-shared.h
index 18927a29..2ad1ae6b 100644
--- a/iptables/nft-shared.h
+++ b/iptables/nft-shared.h
@@ -47,9 +47,7 @@ enum {
};
struct nft_xt_ctx {
- union {
- struct iptables_command_state *cs;
- } state;
+ struct iptables_command_state *cs;
struct nftnl_expr_iter *iter;
int family;
uint32_t flags;