git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6554 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-12-06 22:57:45 +00:00
parent 4a2ef40664
commit 93a5f12368
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ static switch_status_t load_profile(switch_xml_t xml)
} }
if ((settings = switch_xml_child(xml, "mappings"))) { 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 *var = (char *) switch_xml_attr_soft(param, "name");
char *val = (char *) switch_xml_attr_soft(param, "value"); char *val = (char *) switch_xml_attr_soft(param, "value");