[Freeswitch-svn] [commit] r12870 - freeswitch/trunk/src/mod/applications/mod_skel
FreeSWITCH SVN
mrene at freeswitch.org
Wed Apr 1 11:47:58 PDT 2009
Author: mrene
Date: Wed Apr 1 13:47:58 2009
New Revision: 12870
Log:
tweak
Modified:
freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c
Modified: freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_skel/mod_skel.c Wed Apr 1 13:47:58 2009
@@ -98,7 +98,7 @@
{
memset(&globals, 0, sizeof(globals));
- if (switch_xml_config_parse_module_settings("skel.conf", SWITCH_FALSE, instructions) != SWITCH_STATUS_SUCCESS) {
+ if (switch_xml_config_parse_module_settings("skel.conf", reload, instructions) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Could not open skel.conf\n");
return SWITCH_STATUS_FALSE;
}
More information about the Freeswitch-svn
mailing list