ACS: Mark acs_fail() static
This function is not used outside acs.c. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
3cf06c9e2c
commit
f7fb676633
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
wpa_printf(MSG_ERROR, "ACS: Failed to start");
|
||||||
acs_cleanup(iface);
|
acs_cleanup(iface);
|
||||||
|
|
Loading…
Reference in a new issue