提交 7629d4c6 authored 作者: Michael Jerris's avatar Michael Jerris

use function to avoid build error.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6519 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b010bb1f
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论