Correctly initialize torrent stop condition

PR #17950.
This commit is contained in:
Vladimir Golovnev 2022-10-30 08:28:13 +03:00 committed by GitHub
commit 4a5d2e2558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,7 @@ namespace BitTorrent
bool m_hasFirstLastPiecePriority = false;
bool m_useAutoTMM;
bool m_isStopped;
StopCondition m_stopCondition;
StopCondition m_stopCondition = StopCondition::None;
bool m_unchecked = false;