mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 06:48:00 +02:00
core: fix uninitialized variable usage
This commit is contained in:
parent
78bb1c01b7
commit
869e57524c
1 changed files with 1 additions and 1 deletions
|
|
@ -1173,7 +1173,7 @@ add_device (NMManager *self, NMDevice *device)
|
|||
char *path;
|
||||
static guint32 devcount = 0;
|
||||
const GSList *unmanaged_specs;
|
||||
NMConnection *existing;
|
||||
NMConnection *existing = NULL;
|
||||
GHashTableIter iter;
|
||||
gpointer value;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue