[asterisk-commits] tilghman: branch tilghman/config_mtime_cache r79746 - /team/tilghman/config_m...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 16 15:57:54 CDT 2007
Author: tilghman
Date: Thu Aug 16 15:57:53 2007
New Revision: 79746
URL: http://svn.digium.com/view/asterisk?view=rev&rev=79746
Log:
And one more to find
Modified:
team/tilghman/config_mtime_cache/apps/app_directory.c
Modified: team/tilghman/config_mtime_cache/apps/app_directory.c
URL: http://svn.digium.com/view/asterisk/team/tilghman/config_mtime_cache/apps/app_directory.c?view=diff&rev=79746&r1=79745&r2=79746
==============================================================================
--- team/tilghman/config_mtime_cache/apps/app_directory.c (original)
+++ team/tilghman/config_mtime_cache/apps/app_directory.c Thu Aug 16 15:57:53 2007
@@ -676,7 +676,8 @@
static int load_module(void)
{
#ifdef ODBC_STORAGE
- struct ast_config *cfg = ast_config_load(VOICEMAIL_CONFIG);
+ struct ast_flags config_flags = { 0 };
+ struct ast_config *cfg = ast_config_load(VOICEMAIL_CONFIG, config_flags);
const char *tmp;
if (cfg) {
More information about the asterisk-commits
mailing list