mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 07:40:12 +01:00
2006-01-16 Dan Williams <dcbw@redhat.com>
* src/nm-dbus-nm.c - (nm_dbus_nm_sleep): bring device down after quick deactivation git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1332 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
d2434182ec
commit
a270053c6a
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-01-16 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-dbus-nm.c
|
||||
- (nm_dbus_nm_sleep): bring device down after quick deactivation
|
||||
|
||||
2006-01-13 Robert Love <rml@novell.com>
|
||||
|
||||
Patch by T Sureshkumar <tsureshkuman@novell.com>:
|
||||
|
|
|
|||
|
|
@ -554,6 +554,7 @@ static DBusMessage *nm_dbus_nm_sleep (DBusConnection *connection, DBusMessage *m
|
|||
NMDevice *dev = (NMDevice *)(elt->data);
|
||||
nm_device_set_removed (dev, TRUE);
|
||||
nm_device_deactivate_quickly (dev);
|
||||
nm_system_device_set_up_down (self, FALSE);
|
||||
}
|
||||
nm_unlock_mutex (app_data->dev_list_mutex, __FUNCTION__);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue