add missing break, please review

This commit is contained in:
Seven Du 2014-03-19 07:58:13 +08:00
parent d35a6818a3
commit 6e3f4d667c
1 changed files with 1 additions and 0 deletions

View File

@ -1436,6 +1436,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
}
}
break;
case SWITCH_MESSAGE_INDICATE_MESSAGE:
{
char *ct = "text/plain";