This commit is contained in:
Brian West 2012-07-14 10:24:35 -05:00
parent 6ff084492b
commit 860b53183d
1 changed files with 0 additions and 1 deletions

View File

@ -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 ((ci = switch_loadable_module_get_chat_interface(dest_proto)) && ci->chat_send) {
status = ci->chat_send(message_event);
printf("FRICK\n");
UNPROTECT_INTERFACE(ci);
} else {