forked from Mirrors/freeswitch
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:
parent
b010bb1f07
commit
7629d4c652
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user