mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 06:50:33 +01:00
core: minor fix in find_active_ap when matching AP
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
71cb57ba35
commit
3814179fb5
1 changed files with 1 additions and 0 deletions
|
|
@ -600,6 +600,7 @@ find_active_ap (NMDeviceWifi *self,
|
|||
ap_bssid->ether_addr_octet[4], ap_bssid->ether_addr_octet[5]);
|
||||
|
||||
active_ap = match_nofreq;
|
||||
goto done;
|
||||
}
|
||||
|
||||
nm_log_dbg (LOGD_WIFI, " No matching AP found.");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue