提交 f5194b66 authored 作者: Mathieu Rene's avatar Mathieu Rene

doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11071 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 eebdfba5
...@@ -319,7 +319,7 @@ static switch_status_t hash_state_handler(switch_core_session_t *session) ...@@ -319,7 +319,7 @@ static switch_status_t hash_state_handler(switch_core_session_t *session)
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Usage for %s is now %d\n", (const char*)key, item->total_usage); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Usage for %s is now %d\n", (const char*)key, item->total_usage);
} }
switch_core_event_hook_remove_state_change(session, hash_state_handler); switch_core_event_hook_remove_state_change(session, hash_state_handler);
switch_mutex_unlock(globals.mutex); switch_mutex_unlock(globals.limit_hash_mutex);
} }
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论