mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-14 16:21:57 +00:00
add missing break, please review
This commit is contained in:
@@ -2233,6 +2233,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
|
||||
}
|
||||
|
||||
}
|
||||
break;
|
||||
case SWITCH_MESSAGE_INDICATE_MESSAGE:
|
||||
{
|
||||
char *ct = "text/plain";
|
||||
|
||||
Reference in New Issue
Block a user