]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 6 Dec 2007 22:57:45 +0000 (22:57 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 6 Dec 2007 22:57:45 +0000 (22:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6554 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/loggers/mod_logfile/mod_logfile.c

index e768dcf0183f96fca9d0e7fd2badc93bc6d7e3b4..50d4cff072c37dc13e90d302c4b40e29ea0c2d41 100644 (file)
@@ -273,7 +273,7 @@ static switch_status_t load_profile(switch_xml_t xml)
     }
 
        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");