From ef10c1b8fc1e1f4d4019b2df4fcfb93f71430c85 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Mon, 17 Feb 2020 12:56:24 +0100 Subject: 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 --- iptables/nft.c | 1 - 1 file changed, 1 deletion(-) diff --git a/iptables/nft.c b/iptables/nft.c index 806b77fe..2f0a8c4a 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); -- cgit v1.2.3