Skip to content

Commit 034ea73

Browse files
Update comment in src/app/InteractionModelEngine.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 4944ea3 commit 034ea73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/InteractionModelEngine.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,8 @@ Protocols::InteractionModel::Status InteractionModelEngine::OnReadInitialRequest
754754
}
755755
iterator->Release();
756756

757-
// If we have no subscriptions to resume, we can cancel the Timer, to make sure it is cleared in the case,
758-
// we deleted a subscription in resumption mode.
757+
// If we have no subscriptions to resume, we can cancel the timer, which might be armed
758+
// if one of the subscriptions we deleted was about to be resumed.
759759
if (!HasSubscriptionsToResume())
760760
{
761761
mpExchangeMgr->GetSessionManager()->SystemLayer()->CancelTimer(ResumeSubscriptionsTimerCallback, this);

0 commit comments

Comments
 (0)