mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 06:00:18 +01:00
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:
parent
373e43fd11
commit
e0dc6ad5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue