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:
Giovanni Maruzzelli 2009-04-08 22:08:31 +00:00
parent 0482e82ce7
commit f54561be0f
1 changed files with 1 additions and 1 deletions

View File

@ -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;