mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Add BUGBUG note for ASTERISK-22009
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -598,6 +598,12 @@ enum aco_process_status aco_process_config(struct aco_info *info, int reload)
|
||||
return ACO_PROCESS_ERROR;
|
||||
}
|
||||
|
||||
/*
|
||||
* BUGBUG must fix config framework loading of multiple files.
|
||||
*
|
||||
* A reload with multiple files must reload all files if any
|
||||
* file has been touched.
|
||||
*/
|
||||
while (res != ACO_PROCESS_ERROR && (file = info->files[x++])) {
|
||||
const char *filename = file->filename;
|
||||
try_alias:
|
||||
|
Reference in New Issue
Block a user