Browse Source

Correctly initialize torrent stop condition

PR #17950.
adaptive-webui-19844
Vladimir Golovnev 2 years ago committed by GitHub
parent
commit
4a5d2e2558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/base/bittorrent/torrentimpl.h

2
src/base/bittorrent/torrentimpl.h

@ -337,7 +337,7 @@ namespace BitTorrent @@ -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;

Loading…
Cancel
Save