WPS: Fix a compiler warning in hostapd_wps_update_ie()

This commit is contained in:
Jouni Malinen 2010-10-20 13:35:55 +03:00 committed by Jouni Malinen
parent 2c8a4eef41
commit cbbf4a1cc3
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}