Ensure the GError is clear before using

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2930 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-10-04 14:07:25 +00:00
parent a064cad490
commit 3874276f91

View file

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