WPS: Fix a compiler warning in hostapd_wps_update_ie()
This commit is contained in:
parent
2c8a4eef41
commit
cbbf4a1cc3
1 changed files with 1 additions and 1 deletions
|
@ -1284,5 +1284,5 @@ static int wps_update_ie(struct hostapd_data *hapd, void *ctx)
|
|||
|
||||
void hostapd_wps_update_ie(struct hostapd_data *hapd)
|
||||
{
|
||||
return hostapd_wps_for_each(hapd, wps_update_ie, NULL);
|
||||
hostapd_wps_for_each(hapd, wps_update_ie, NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue