mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
fix crash in case of 488
This commit is contained in:
parent
e407f70c14
commit
55fedeb6b7
1 changed files with 0 additions and 1 deletions
|
|
@ -647,7 +647,6 @@ static void call_failure(SalOp *op, SalError error, SalReason sr, const char *de
|
|||
if (lc->vtable.display_status)
|
||||
lc->vtable.display_status(lc,msg);
|
||||
break;
|
||||
case SalReasonNotAcceptable:
|
||||
case SalReasonRequestPending:
|
||||
/*restore previous state, the application will decide to resubmit the action if relevant*/
|
||||
call->reason=linphone_reason_from_sal(sr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue