mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
wiphy: Remove extraneous return
This commit is contained in:
parent
1ba2630216
commit
af9ca22360
@ -1208,7 +1208,6 @@ static bool network_remove_if_lost(const void *key, void *data, void *user_data)
|
|||||||
|
|
||||||
if (!network_bss_list_isempty(network))
|
if (!network_bss_list_isempty(network))
|
||||||
return false;
|
return false;
|
||||||
return false;
|
|
||||||
|
|
||||||
l_debug("No remaining BSSs for SSID: %s -- Removing network",
|
l_debug("No remaining BSSs for SSID: %s -- Removing network",
|
||||||
network_get_ssid(network));
|
network_get_ssid(network));
|
||||||
|
Loading…
Reference in New Issue
Block a user