mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
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:
parent
49dfe63373
commit
a199361f5e
1 changed files with 1 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ supplicant_timeout_cb (gpointer user_data)
|
|||
sup->iface, get_supplicant_timeout (sup));
|
||||
if (sup->state == STATE_DEVICE_CONFIG)
|
||||
sup->state = STATE_DISCONNECTED;
|
||||
g_main_loop_quit (sup->loop);
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue