diff --git a/src/ap/wps_hostapd.c b/src/ap/wps_hostapd.c index 7ff9aa0c0..f4cbd5e61 100644 --- a/src/ap/wps_hostapd.c +++ b/src/ap/wps_hostapd.c @@ -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); }