typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6554 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4a2ef40664
commit
93a5f12368
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue