fixed issue when trying to announce to tracker for tracker-less torrents
This commit is contained in:
parent
72b99059e7
commit
e5c8b7c00a
|
@ -841,7 +841,7 @@ namespace libtorrent
|
|||
{
|
||||
INVARIANT_CHECK;
|
||||
|
||||
TORRENT_ASSERT(!m_trackers.empty());
|
||||
if (m_trackers.empty()) return;
|
||||
|
||||
restart_tracker_timer(time_now() + seconds(tracker_retry_delay_max));
|
||||
|
||||
|
|
Loading…
Reference in New Issue