summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables/nft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index c67718c8..032c3788 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -3193,7 +3193,7 @@ bool nft_is_table_compatible(struct nft_handle *h, const char *tablename)
struct nftnl_rule_list *list;
struct nftnl_rule_list_iter *iter;
struct nftnl_rule *rule;
- int ret = 0, i;
+ int ret = 0;
if (!nft_table_builtin_find(h, tablename))
return false;