mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 16:20:15 +01:00
config/trivial: fix returning FALSE instead of NULL in nm_config_new()
This commit is contained in:
parent
643f042b9b
commit
9387e8e8a7
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,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