diff options
-rw-r--r-- | src/ap/acs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/acs.c b/src/ap/acs.c index 9ef221e..f58b091 100644 --- a/src/ap/acs.c +++ b/src/ap/acs.c @@ -280,7 +280,7 @@ static void acs_cleanup(struct hostapd_iface *iface) } -void acs_fail(struct hostapd_iface *iface) +static void acs_fail(struct hostapd_iface *iface) { wpa_printf(MSG_ERROR, "ACS: Failed to start"); acs_cleanup(iface); |