Merge commit '83e200df43eb790719c40103099c8d70e37c0477'
This commit is contained in:
1
external/toxcore/c-toxcore/toxav/msi.c
vendored
1
external/toxcore/c-toxcore/toxav/msi.c
vendored
@ -821,6 +821,7 @@ static void handle_pop(MSICall *call, const MSIMessage *msg)
|
||||
switch (call->state) {
|
||||
case MSI_CALL_INACTIVE: {
|
||||
LOGGER_FATAL(call->session->messenger->log, "Handling what should be impossible case");
|
||||
break;
|
||||
}
|
||||
|
||||
case MSI_CALL_ACTIVE: {
|
||||
|
Reference in New Issue
Block a user