core: minor fix in find_active_ap when matching AP

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2013-12-03 11:14:21 +01:00
parent 71cb57ba35
commit 3814179fb5

View file

@ -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.");