From 02e46542e3989e4a08d039b6bd9cd1e710ad5388 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Thu, 13 May 2021 20:47:10 +0200 Subject: [PATCH] ap: Make rtnl global static --- src/ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ap.c b/src/ap.c index 8851cb85..7eac07d7 100644 --- a/src/ap.c +++ b/src/ap.c @@ -141,7 +141,7 @@ struct ap_ip_pool { struct ap_ip_pool pool; static uint32_t netdev_watch; -struct l_netlink *rtnl; +static struct l_netlink *rtnl; /* * Creates pool of IPs which AP intefaces can use. Each call to ip_pool_get