]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Drop pointless assignment
authorPhil Sutter <phil@nwl.cc>
Mon, 17 Feb 2020 11:56:24 +0000 (12:56 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 18 Feb 2020 16:03:36 +0000 (17:03 +0100)
commitef10c1b8fc1e1f4d4019b2df4fcfb93f71430c85
treeca1c1305591937b4768c30f44500bd4eb9e11603
parentc33bae9c6c7a49c8af16df846e6112fc4727e643
nft: Drop pointless assignment

No need to set 'i' to zero here, it is not used before the next
assignment.

Fixes: 77e6a93d5c9dc ("xtables: add and set "implict" flag on transaction objects")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft.c