core: fix uninitialized variable usage

This commit is contained in:
Dan Williams 2009-08-06 15:15:46 -04:00
parent 78bb1c01b7
commit 869e57524c

View file

@ -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;