[storage] crash fix on diff applying

This commit is contained in:
Arsentiy Milchakov 2017-11-01 15:35:50 +03:00 committed by r.kuznetsov
parent 2989af5dd7
commit 67bb01c0ad

View file

@ -1453,7 +1453,7 @@ void Storage::OnDiffStatusReceived(diffs::Status const status)
ASSERT_THREAD_CHECKER(m_threadChecker, ());
if (!isSuccess)
{
OnDownloadFailed(countryId);
m_failedCountries.insert(countryId);
return;
}