mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix bug made visible by previous commit
This commit is contained in:
parent
08d0a6089c
commit
30838c9985
1 changed files with 3 additions and 0 deletions
|
|
@ -871,6 +871,9 @@ int sal_call_accept(SalOp*h){
|
|||
belle_sip_object_unref(h->pending_update_server_trans);
|
||||
h->pending_update_server_trans=NULL;
|
||||
}
|
||||
if (h->state == SalOpStateEarly){
|
||||
h->state = SalOpStateActive;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue