mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 10:40:58 +01:00
2008-08-15 Dan Williams <dcbw@redhat.com>
* src/ppp-manager/nm-ppp-manager.c - (pppd_timed_out): ensure timeouts fail the connection git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3967 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
680259ef68
commit
8f1066ea35
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-08-15 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/ppp-manager/nm-ppp-manager.c
|
||||
- (pppd_timed_out): ensure timeouts fail the connection
|
||||
|
||||
2008-08-14 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-properties-changed-signal.c
|
||||
|
|
|
|||
|
|
@ -690,6 +690,8 @@ pppd_timed_out (gpointer data)
|
|||
nm_warning ("Looks like pppd didn't initialize our dbus module");
|
||||
nm_ppp_manager_stop (manager);
|
||||
|
||||
g_signal_emit (manager, signals[STATE_CHANGED], 0, NM_PPP_STATUS_DEAD);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue