diff --git a/src/torrent.cpp b/src/torrent.cpp index 24ea63b7a..b71555f0f 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -498,7 +498,7 @@ namespace libtorrent { INVARIANT_CHECK; - if (m_torrent_file->trackers().empty()) return false; + if (m_trackers.empty()) return false; if (m_just_paused) {