|
|
|
|
@ -124,7 +124,7 @@ config_str yon_loaded_config_convert_to_save_command(struct loaded_config *targe
|
|
|
|
|
sections = malloc(sizeof(struct yon_temp_command_sections));
|
|
|
|
|
sections->data=parameters_for_current_command;
|
|
|
|
|
sections->first=sections;
|
|
|
|
|
sections->key=yon_char_new(current->section);
|
|
|
|
|
sections->key=yon_config_get_section_for_key(current->key);
|
|
|
|
|
sections->next=NULL;
|
|
|
|
|
sections->prev=NULL;
|
|
|
|
|
sections->status=0;
|
|
|
|
|
|