fixed typo in should_check_files()
This commit is contained in:
@@ -5290,7 +5290,7 @@ namespace libtorrent
|
|||||||
// #error should m_allow_peers really affect checking?
|
// #error should m_allow_peers really affect checking?
|
||||||
return (m_state == torrent_status::checking_files
|
return (m_state == torrent_status::checking_files
|
||||||
|| m_state == torrent_status::queued_for_checking)
|
|| m_state == torrent_status::queued_for_checking)
|
||||||
&& (!m_allow_peers || m_auto_managed)
|
&& (m_allow_peers || m_auto_managed)
|
||||||
&& !has_error()
|
&& !has_error()
|
||||||
&& !m_abort;
|
&& !m_abort;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user