summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-10-29 17:42:35 +0100
committerLubomir Rintel <lkundrak@v3.sk>2015-10-30 10:17:00 +0100
commit63c7bb3e40d8f9d89550a23d325bf8613be46c4f (patch)
tree3034e4e6184154758f84fbcb260918ea00ac5671
parent977566da653968ffe38c82ab2362ae4899e61317 (diff)
downloadNetworkManager-63c7bb3e40d8f9d89550a23d325bf8613be46c4f.tar.gz
fixup! wifi: cull the scan list before signalling ScanDone (bug 737414)
-rw-r--r--src/devices/wifi/nm-device-wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wifi/nm-device-wifi.c b/src/devices/wifi/nm-device-wifi.c
index 2b33406fd2..f83f604408 100644
--- a/src/devices/wifi/nm-device-wifi.c
+++ b/src/devices/wifi/nm-device-wifi.c
@@ -1789,7 +1789,7 @@ cull_scan_list (NMDeviceWifi *self)
*/
if ( nm_ap_get_supplicant_path (ap)
&& g_object_get_data (G_OBJECT (ap), WPAS_REMOVED_TAG) == NULL) {
- nm_ap_update_last_seen (ap);
+ nm_ap_set_last_seen (ap, nm_utils_get_monotonic_timestamp_s ());
continue;
}