From efb46cb8c43caefe26dd91fde54a66e831159ee7 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 14 Mar 2006 20:50:59 +0000 Subject: [PATCH] - 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 --- src/nm-device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nm-device.c b/src/nm-device.c index bb729d68e..bdc36493c 100644 --- a/src/nm-device.c +++ b/src/nm-device.c @@ -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) {