Config loading changes for exit comparing

pull/262/head
parent 4fe17fe75c
commit 4483dc7917
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -14,8 +14,8 @@ int yon_load_proceed(YON_CONFIG_TYPE type){
yon_config_load_config(type,config_get_command("global"),NULL); yon_config_load_config(type,config_get_command("global"),NULL);
} }
if (type==YON_CONFIG_LOCAL){ if (type==YON_CONFIG_LOCAL){
yon_config_load_config(type,config_get_command("system"),NULL);
yon_config_load_config(YON_CONFIG_GLOBAL,config_get_global_only_parameters,NULL); yon_config_load_config(YON_CONFIG_GLOBAL,config_get_global_only_parameters,NULL);
yon_config_load_config(type,config_get_command("system"),NULL);
yon_config_set_status(DEFAULTPASSWD_parameter,-2); yon_config_set_status(DEFAULTPASSWD_parameter,-2);
yon_config_set_status(DEFAULTROOTPASSWD_parameter,-2); yon_config_set_status(DEFAULTROOTPASSWD_parameter,-2);
int size; int size;

Loading…
Cancel
Save