提交 0a90b81a authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5349 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 01b58171
......@@ -827,7 +827,7 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
}
SWITCH_MODULE_LOAD_FUNCTION(mod_alsa_load);
SWITCH_MODULE_LOAD_FUNCTION(mod_alsa_load)
{
switch_status_t status;
......
......@@ -1337,7 +1337,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_wanpipe_load)
}
/* connect my internal structure to the blank pointer passed to me */
*interface = &wanpipe_module_interface;
*module_interface = &wanpipe_module_interface;
/* indicate that the module should continue to be loaded */
return status;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论