From: Richard Mudgett Date: Wed, 3 Jul 2013 23:59:17 +0000 (+0000) Subject: Add BUGBUG note for ASTERISK-22009 X-Git-Tag: 13.0.0-beta1~1549 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=415b79dec9b5e1905f9f2d5745ceee9f92cd2bb1;p=thirdparty%2Fasterisk.git Add BUGBUG note for ASTERISK-22009 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393633 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/config_options.c b/main/config_options.c index 908b6ac124..caa697c49a 100644 --- a/main/config_options.c +++ b/main/config_options.c @@ -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: