fix crash in case of 488

This commit is contained in:
Jehan Monnier 2013-11-06 16:31:24 +01:00
parent e407f70c14
commit 55fedeb6b7

View file

@ -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);