add missing break, please review
This commit is contained in:
parent
d35a6818a3
commit
6e3f4d667c
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue