[svn-commits] rmudgett: trunk r393633 - /trunk/main/config_options.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jul 3 18:59:19 CDT 2013
Author: rmudgett
Date: Wed Jul 3 18:59:17 2013
New Revision: 393633
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393633
Log:
Add BUGBUG note for ASTERISK-22009
Modified:
trunk/main/config_options.c
Modified: trunk/main/config_options.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/config_options.c?view=diff&rev=393633&r1=393632&r2=393633
==============================================================================
--- trunk/main/config_options.c (original)
+++ trunk/main/config_options.c Wed Jul 3 18:59:17 2013
@@ -598,6 +598,12 @@
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:
More information about the svn-commits
mailing list