mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 05:00:36 +01:00
parent
2d268b4da2
commit
7e97fe76e7
1 changed files with 1 additions and 2 deletions
|
|
@ -2877,7 +2877,7 @@ nm_keyfile_read (GKeyFile *keyfile,
|
|||
gs_unref_object NMConnection *connection = NULL;
|
||||
NMSettingConnection *s_con;
|
||||
NMSetting *setting;
|
||||
char **groups;
|
||||
gs_strfreev char **groups = NULL;
|
||||
gsize length;
|
||||
gsize i;
|
||||
gboolean vpn_secrets = FALSE;
|
||||
|
|
@ -2913,7 +2913,6 @@ nm_keyfile_read (GKeyFile *keyfile,
|
|||
if (setting)
|
||||
nm_connection_add_setting (connection, setting);
|
||||
}
|
||||
g_strfreev (groups);
|
||||
|
||||
s_con = nm_connection_get_setting_connection (connection);
|
||||
if (!s_con) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue