mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
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:
|
case SWITCH_MESSAGE_INDICATE_MESSAGE:
|
||||||
{
|
{
|
||||||
char *ct = "text/plain";
|
char *ct = "text/plain";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user