提交 6afbc05f authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7252 #resolve 6-year-old regression from commit…

FS-7252 #resolve 6-year-old regression from commit 525f1ac3 back in 2008
上级 0dc48df4
...@@ -271,9 +271,10 @@ static void event_handler(switch_event_t *event) ...@@ -271,9 +271,10 @@ static void event_handler(switch_event_t *event)
return; return;
} }
switch_mutex_lock(globals.listener_mutex);
lp = listen_list.listeners; lp = listen_list.listeners;
switch_mutex_lock(globals.listener_mutex);
while (lp) { while (lp) {
int send = 0; int send = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论