]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
try it on 10 boxes and you are bound to find one that still complains about the same...
authorAnthony Minessale <anthony.minessale@gmail.com>
Sun, 12 Nov 2006 00:42:51 +0000 (00:42 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sun, 12 Nov 2006 00:42:51 +0000 (00:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3322 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_spidermonkey/mod_spidermonkey.c

index 6589c2007e4a30387914bcf1177d02f6ac3b3f8a..adfd29e590fb9fbd757f764dc72c228830d39f2d 100644 (file)
@@ -415,7 +415,7 @@ static switch_status_t sm_load_file(char *filename, sm_loadable_module_t **new_m
        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;