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@xxxxxx> --- iptables/nft.c | 1 - 1 file changed, 1 deletion(-) diff --git a/iptables/nft.c b/iptables/nft.c index 806b77fed462b..2f0a8c4a772f7 100644 --- a/iptables/nft.c +++ b/iptables/nft.c @@ -2821,7 +2821,6 @@ retry: nft_refresh_transaction(h); - i=0; list_for_each_entry_safe(err, ne, &h->err_list, head) mnl_err_list_free(err); -- 2.24.1