tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3378 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f8d3093f5c
commit
ee4118ab86
|
@ -416,7 +416,7 @@ static switch_status_t sm_load_file(char *filename, sm_loadable_module_t **new_m
|
||||||
apr_status_t status = SWITCH_STATUS_SUCCESS;
|
apr_status_t status = SWITCH_STATUS_SUCCESS;
|
||||||
apr_dso_handle_sym_t function_handle = NULL;
|
apr_dso_handle_sym_t function_handle = NULL;
|
||||||
spidermonkey_init_t spidermonkey_init = NULL;
|
spidermonkey_init_t spidermonkey_init = NULL;
|
||||||
const sm_module_interface_t *module_interface, *mp;
|
const sm_module_interface_t *module_interface = NULL, *mp;
|
||||||
|
|
||||||
int loading = 1;
|
int loading = 1;
|
||||||
const char *err = NULL;
|
const char *err = NULL;
|
||||||
|
|
Loading…
Reference in New Issue