summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'iptables')
-rw-r--r--iptables/nft-cache.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/iptables/nft-cache.c b/iptables/nft-cache.c
index 0dd131e1..e3c96557 100644
--- a/iptables/nft-cache.c
+++ b/iptables/nft-cache.c
@@ -331,7 +331,7 @@ static int fetch_chain_cache(struct nft_handle *h,
};
char buf[16536];
struct nlmsghdr *nlh;
- int i, ret;
+ int ret;
if (t && chain) {
struct nftnl_chain *c = nftnl_chain_alloc();
@@ -516,8 +516,6 @@ void nft_build_cache(struct nft_handle *h, struct nftnl_chain *c)
void nft_fake_cache(struct nft_handle *h)
{
- int i;
-
fetch_table_cache(h);
init_chain_cache(h);