fix bug made visible by previous commit

This commit is contained in:
Simon Morlat 2015-10-18 22:03:14 +02:00
parent 08d0a6089c
commit 30838c9985

View file

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