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:
Dan Williams 2008-08-15 12:49:54 +00:00
parent 680259ef68
commit 8f1066ea35
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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;
}