|
|
|
@ -1436,7 +1436,7 @@ int yon_config_load_config(YON_CONFIG_TYPE config_type, ...){
|
|
|
|
if (config_type==YON_CONFIG_DEFAULT)
|
|
|
|
if (config_type==YON_CONFIG_DEFAULT)
|
|
|
|
yon_config_register_default(key,current_command,current_value);
|
|
|
|
yon_config_register_default(key,current_command,current_value);
|
|
|
|
else
|
|
|
|
else
|
|
|
|
yon_config_register_default(key,current_command,current_value);
|
|
|
|
yon_config_register(key,current_command,current_value);
|
|
|
|
if (config_type==YON_CONFIG_DEFAULT){
|
|
|
|
if (config_type==YON_CONFIG_DEFAULT){
|
|
|
|
yon_config_set_ignore(key);
|
|
|
|
yon_config_set_ignore(key);
|
|
|
|
yon_config_set_status(key,-2);
|
|
|
|
yon_config_set_status(key,-2);
|
|
|
|
|