[Freeswitch-svn] [commit] r3322 - freeswitch/trunk/src/mod/languages/mod_spidermonkey
Freeswitch SVN
anthm at freeswitch.org
Sat Nov 11 19:42:51 EST 2006
Author: anthm
Date: Sat Nov 11 19:42:51 2006
New Revision: 3322
Modified:
freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
Log:
try it on 10 boxes and you are bound to find one that still complains about the same code yay for gcc
Modified: freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c (original)
+++ freeswitch/trunk/src/mod/languages/mod_spidermonkey/mod_spidermonkey.c Sat Nov 11 19:42:51 2006
@@ -415,7 +415,7 @@
apr_dso_handle_t *dso = NULL;
apr_status_t status = SWITCH_STATUS_SUCCESS;
apr_dso_handle_sym_t function_handle = NULL;
- spidermonkey_init_t spidermonkey_init;
+ spidermonkey_init_t spidermonkey_init = NULL;
const sm_module_interface_t *module_interface, *mp;
int loading = 1;
More information about the Freeswitch-svn
mailing list