mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 11:52:34 +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))
|
||||
return false;
|
||||
return false;
|
||||
|
||||
l_debug("No remaining BSSs for SSID: %s -- Removing network",
|
||||
network_get_ssid(network));
|
||||
|
Loading…
Reference in New Issue
Block a user