1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-27 15:04:36 +00:00

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
parent 027d6be48f
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_hasFirstLastPiecePriority = false;
bool m_useAutoTMM; bool m_useAutoTMM;
bool m_isStopped; bool m_isStopped;
StopCondition m_stopCondition; StopCondition m_stopCondition = StopCondition::None;
bool m_unchecked = false; bool m_unchecked = false;