mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-26 21:40:32 +01:00
core: fix passing current enum value to nm_config_data_get_value() in _init_nm_debug()
Fixes:c7d2e1f3bc('config: drop nm_config_get_debug() and access config directly') (cherry picked from commitbbc8e09dc8)
This commit is contained in:
parent
cefa1087a8
commit
9a02fd2ada
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ _init_nm_debug (NMConfig *config)
|
|||
debug = nm_config_data_get_value (nm_config_get_data_orig (config),
|
||||
NM_CONFIG_KEYFILE_GROUP_MAIN,
|
||||
NM_CONFIG_KEYFILE_KEY_MAIN_DEBUG,
|
||||
NM_MANAGER_RELOAD_FLAGS_NONE);
|
||||
NM_CONFIG_GET_VALUE_NONE);
|
||||
|
||||
flags = nm_utils_parse_debug_string (env, keys, G_N_ELEMENTS (keys));
|
||||
flags |= nm_utils_parse_debug_string (debug, keys, G_N_ELEMENTS (keys));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue