use function to avoid build error.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6519 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-12-05 14:42:25 +00:00
parent b010bb1f07
commit 7629d4c652

View File

@ -290,6 +290,9 @@ static switch_status_t load_profile(logfile_profile_t *profile, switch_xml_t xml
profile->logfile = strdup(logfile);
}
/* TODO: add mapping parsing from config */
add_mapping("all", profile);
return 0;
}