提交 f54561be authored 作者: Giovanni Maruzzelli's avatar Giovanni Maruzzelli

skypiax: fixed assignment before declaration on Windows VC++: thx to Carlos Talbot

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12956 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0482e82c
...@@ -1025,9 +1025,9 @@ static switch_status_t load_config(void) ...@@ -1025,9 +1025,9 @@ static switch_status_t load_config(void)
SWITCH_MODULE_LOAD_FUNCTION(mod_skypiax_load) SWITCH_MODULE_LOAD_FUNCTION(mod_skypiax_load)
{ {
skypiax_module_pool = pool;
switch_api_interface_t *commands_api_interface; switch_api_interface_t *commands_api_interface;
skypiax_module_pool = pool;
memset(&globals, '\0', sizeof(globals)); memset(&globals, '\0', sizeof(globals));
running = 1; running = 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论