WPS: Fix a compiler warning in hostapd_wps_update_ie()
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 20 Oct 2010 10:35:55 +0000 (13:35 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 20 Oct 2010 10:35:55 +0000 (13:35 +0300)
src/ap/wps_hostapd.c

index 7ff9aa0..f4cbd5e 100644 (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);
 }