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
This commit is contained in:
parent
0482e82ce7
commit
f54561be0f
|
@ -1025,9 +1025,9 @@ static switch_status_t load_config(void)
|
|||
|
||||
SWITCH_MODULE_LOAD_FUNCTION(mod_skypiax_load)
|
||||
{
|
||||
skypiax_module_pool = pool;
|
||||
switch_api_interface_t *commands_api_interface;
|
||||
|
||||
skypiax_module_pool = pool;
|
||||
memset(&globals, '\0', sizeof(globals));
|
||||
|
||||
running = 1;
|
||||
|
|
Loading…
Reference in New Issue