summaryrefslogtreecommitdiffstats
path: root/iptables/nft.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/nft.c')
-rw-r--r--iptables/nft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/nft.c b/iptables/nft.c
index ffc9e95e..2610de44 100644
--- a/iptables/nft.c
+++ b/iptables/nft.c
@@ -762,7 +762,7 @@ err:
return ret;
}
-int nft_restart(struct nft_handle *h)
+static int nft_restart(struct nft_handle *h)
{
mnl_socket_close(h->nl);