mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 16:30:31 +01:00
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:
parent
a064cad490
commit
3874276f91
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue