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:
@@ -207,7 +207,7 @@ impl_device_activate (NMDeviceInterface *device,
|
||||
GError **err)
|
||||
{
|
||||
NMManager *manager = nm_manager_get ();
|
||||
NMDevice *old_dev;
|
||||
NMDevice *old_dev = NULL;
|
||||
GSList *iter;
|
||||
|
||||
// FIXME: remove when multiple active device support has landed
|
||||
|
Reference in New Issue
Block a user