mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 15:00:10 +01:00
- kill an extra call to nm_device_stop(). The worker thread does this while
it's exiting, and this extra call causes it to bring the device down on the resume path. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1602 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
f5bd3c97d7
commit
efb46cb8c4
1 changed files with 0 additions and 2 deletions
|
|
@ -1913,8 +1913,6 @@ nm_device_dispose (GObject *object)
|
|||
* reference.
|
||||
*/
|
||||
|
||||
nm_device_stop (self);
|
||||
|
||||
nm_system_device_free_system_config (self, self->priv->system_config_data);
|
||||
if (self->priv->ip4_config)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue