From 3874276f9113b69e5ccad8839714b3021d7cf5a3 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 4 Oct 2007 14:07:25 +0000 Subject: [PATCH] Ensure the GError is clear before using git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2930 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- libnm-glib/nm-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c index d6ad65e8ed..00f10d8b06 100644 --- a/libnm-glib/nm-client.c +++ b/libnm-glib/nm-client.c @@ -453,7 +453,7 @@ nm_client_get_active_connections (NMClient *client) NMClientPrivate *priv; GSList *connections = NULL; GPtrArray *array = NULL; - GError *err; + GError *err = NULL; int i, j; static GType type = 0, ao_type = 0;