summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables/nft.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index 5f7e3ab2..240e77bb 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -1442,6 +1442,8 @@ int nft_chain_user_del(struct nft_handle *h, const char *chain, const char *tabl
int ret = 0;
int deleted_ctr = 0;
+ nft_fn = nft_chain_user_del;
+
list = nftnl_chain_list_get(h);
if (list == NULL)
goto err;