- 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:
Peter Jones
2006-03-14 20:50:59 +00:00
parent f5bd3c97d7
commit efb46cb8c4

View File

@@ -1913,8 +1913,6 @@ nm_device_dispose (GObject *object)
* reference. * reference.
*/ */
nm_device_stop (self);
nm_system_device_free_system_config (self, self->priv->system_config_data); nm_system_device_free_system_config (self, self->priv->system_config_data);
if (self->priv->ip4_config) if (self->priv->ip4_config)
{ {