mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-15 10:20:30 +01:00
config/trivial: fix returning FALSE instead of NULL in nm_config_new()
(cherry picked from commit 9387e8e8a7)
This commit is contained in:
parent
0799617515
commit
d165559ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ nm_config_new (GError **error)
|
|||
}
|
||||
g_ptr_array_unref (confs);
|
||||
if (!singleton)
|
||||
return FALSE;
|
||||
return NULL;
|
||||
|
||||
/* Handle no-auto-default key and state file */
|
||||
priv->no_auto_default = g_key_file_get_string_list (priv->keyfile, "main", "no-auto-default", NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue