mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
fix unnotified unregistrations
This commit is contained in:
parent
fbcf292792
commit
9642f4e72a
1 changed files with 3 additions and 1 deletions
|
|
@ -1446,7 +1446,9 @@ static void registration_success(Sal *sal, eXosip_event_t *ev){
|
|||
if (!register_again_with_updated_contact(op,ev->request,ev->response)){
|
||||
sal->callbacks.register_success(op,registered);
|
||||
}
|
||||
}else registered=FALSE;
|
||||
}else {
|
||||
sal->callbacks.register_success(op,FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
static bool_t registration_failure(Sal *sal, eXosip_event_t *ev){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue