Fix uninitialized variable issue

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2848 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2007-09-21 18:25:52 +00:00
parent 373e43fd11
commit e0dc6ad5ab

View File

@@ -207,7 +207,7 @@ impl_device_activate (NMDeviceInterface *device,
GError **err) GError **err)
{ {
NMManager *manager = nm_manager_get (); NMManager *manager = nm_manager_get ();
NMDevice *old_dev; NMDevice *old_dev = NULL;
GSList *iter; GSList *iter;
// FIXME: remove when multiple active device support has landed // FIXME: remove when multiple active device support has landed