提交 860b5318 authored 作者: Brian West's avatar Brian West

tweak

上级 6ff08449
...@@ -580,7 +580,6 @@ static switch_status_t do_chat_send(switch_event_t *message_event) ...@@ -580,7 +580,6 @@ static switch_status_t do_chat_send(switch_event_t *message_event)
if (!do_skip && !switch_stristr("GLOBAL", dest_proto)) { if (!do_skip && !switch_stristr("GLOBAL", dest_proto)) {
if ((ci = switch_loadable_module_get_chat_interface(dest_proto)) && ci->chat_send) { if ((ci = switch_loadable_module_get_chat_interface(dest_proto)) && ci->chat_send) {
status = ci->chat_send(message_event); status = ci->chat_send(message_event);
printf("FRICK\n");
UNPROTECT_INTERFACE(ci); UNPROTECT_INTERFACE(ci);
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论