commit | ef10c1b8fc1e1f4d4019b2df4fcfb93f71430c85 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Mon Feb 17 12:56:24 2020 +0100 |
committer | Phil Sutter <phil@nwl.cc> | Tue Feb 18 17:03:36 2020 +0100 |
tree | ca1c1305591937b4768c30f44500bd4eb9e11603 | |
parent | c33bae9c6c7a49c8af16df846e6112fc4727e643 [diff] |
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>