]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: ruleparse: Drop 'iter' variable in nft_rule_to_iptables_command_state
authorPhil Sutter <phil@nwl.cc>
Tue, 30 Jul 2024 23:58:27 +0000 (01:58 +0200)
committerPhil Sutter <phil@nwl.cc>
Wed, 14 Aug 2024 07:50:31 +0000 (09:50 +0200)
commit4e2baaee88de7e92b10e646b2756936b9784fdcb
tree4408a1588088d877b25daaaa445d35e714ebc9ae
parent1778e51e5bf670b96a139248f7a0df84ef5b61c2
nft: ruleparse: Drop 'iter' variable in nft_rule_to_iptables_command_state

Use the same named field in 'ctx' instead, it has to carry the value
anyway.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft-ruleparse.c