Parcourir la source

WPS: Fix a compiler warning in hostapd_wps_update_ie()

Jouni Malinen il y a 14 ans
Parent
commit
cbbf4a1cc3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/ap/wps_hostapd.c

+ 1 - 1
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);
 }