mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
make sure lf->initial_subscribes_sent reset when subscription is
invalidated
This commit is contained in:
parent
7c27400203
commit
ab6027703b
1 changed files with 1 additions and 0 deletions
|
|
@ -250,6 +250,7 @@ static void linphone_friend_invalidate_subscription(LinphoneFriend *lf){
|
|||
lf->outsub=NULL;
|
||||
lf->subscribe_active=FALSE;
|
||||
}
|
||||
lf->initial_subscribes_sent=FALSE;
|
||||
}
|
||||
|
||||
void linphone_friend_close_subscriptions(LinphoneFriend *lf){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue