[Freeswitch-trunk] [commit] r6554 - freeswitch/trunk/src/mod/loggers/mod_logfile
Freeswitch SVN
anthm at freeswitch.org
Thu Dec 6 17:57:46 EST 2007
Author: anthm
Date: Thu Dec 6 17:57:45 2007
New Revision: 6554
Modified:
freeswitch/trunk/src/mod/loggers/mod_logfile/mod_logfile.c
Log:
typo
Modified: freeswitch/trunk/src/mod/loggers/mod_logfile/mod_logfile.c
==============================================================================
--- freeswitch/trunk/src/mod/loggers/mod_logfile/mod_logfile.c (original)
+++ freeswitch/trunk/src/mod/loggers/mod_logfile/mod_logfile.c Thu Dec 6 17:57:45 2007
@@ -273,7 +273,7 @@
}
if ((settings = switch_xml_child(xml, "mappings"))) {
- for (param = switch_xml_child(settings, "param"); param; param = param->next) {
+ for (param = switch_xml_child(settings, "map"); param; param = param->next) {
char *var = (char *) switch_xml_attr_soft(param, "name");
char *val = (char *) switch_xml_attr_soft(param, "value");
More information about the Freeswitch-trunk
mailing list