Handle all "fastresume rejected" cases consistently

PR #17064.
This commit is contained in:
Vladimir Golovnev
2022-05-22 07:23:52 +03:00
committed by GitHub
parent f931fc5a85
commit 8c0cd09823
2 changed files with 4 additions and 17 deletions

View File

@@ -324,7 +324,6 @@ namespace BitTorrent
TorrentOperatingMode m_operatingMode;
TorrentContentLayout m_contentLayout;
bool m_hasSeedStatus;
bool m_fastresumeDataRejected = false;
bool m_hasMissingFiles = false;
bool m_hasFirstLastPiecePriority = false;
bool m_useAutoTMM;