Quit after connection timeout
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2025 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -409,6 +409,7 @@ supplicant_timeout_cb (gpointer user_data)
|
|||||||
sup->iface, get_supplicant_timeout (sup));
|
sup->iface, get_supplicant_timeout (sup));
|
||||||
if (sup->state == STATE_DEVICE_CONFIG)
|
if (sup->state == STATE_DEVICE_CONFIG)
|
||||||
sup->state = STATE_DISCONNECTED;
|
sup->state = STATE_DISCONNECTED;
|
||||||
|
g_main_loop_quit (sup->loop);
|
||||||
}
|
}
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user