make sure lf->initial_subscribes_sent reset when subscription is

invalidated
This commit is contained in:
Jehan Monnier 2013-07-24 22:54:10 +02:00
parent 7c27400203
commit ab6027703b

View file

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