mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 04:38:29 +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)
|
if (lc->vtable.display_status)
|
||||||
lc->vtable.display_status(lc,msg);
|
lc->vtable.display_status(lc,msg);
|
||||||
break;
|
break;
|
||||||
case SalReasonNotAcceptable:
|
|
||||||
case SalReasonRequestPending:
|
case SalReasonRequestPending:
|
||||||
/*restore previous state, the application will decide to resubmit the action if relevant*/
|
/*restore previous state, the application will decide to resubmit the action if relevant*/
|
||||||
call->reason=linphone_reason_from_sal(sr);
|
call->reason=linphone_reason_from_sal(sr);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue