where did this come from
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8977 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f2fdba6d7d
commit
6698d91580
|
@ -454,7 +454,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_pocketsphinx_load)
|
|||
{
|
||||
switch_asr_interface_t *asr_interface;
|
||||
|
||||
switch_mutex_init(&MUTEX, SWITCH_MUTEX_NESTED, pool);\
|
||||
switch_mutex_init(&MUTEX, SWITCH_MUTEX_NESTED, pool);
|
||||
|
||||
if ((switch_event_bind_removable(modname, SWITCH_EVENT_RELOADXML, NULL, event_handler, NULL, &NODE) != SWITCH_STATUS_SUCCESS)) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't bind!\n");
|
||||
|
|
Loading…
Reference in New Issue