]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Do not pass nft_rule_ctx to add_nft_among()
authorPhil Sutter <phil@nwl.cc>
Fri, 14 Jul 2023 23:35:39 +0000 (01:35 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 28 Jul 2023 09:35:04 +0000 (11:35 +0200)
commitbd71c11a95ab2b44794843fd8a3698039a7db211
treec8559ea9313d57498927171f9eccee9ef824719f
parent405ee2c3fea3ebdb8ac2af183db903c81e78f528
nft: Do not pass nft_rule_ctx to add_nft_among()

It is not used, must be a left-over from an earlier version of the fixed
commit.

Fixes: 4e95200ded923 ("nft-bridge: pass context structure to ops->add() to improve anonymous set support")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft.c