fixed issue when trying to announce to tracker for tracker-less torrents

This commit is contained in:
Arvid Norberg 2008-07-14 13:09:07 +00:00
parent 72b99059e7
commit e5c8b7c00a
1 changed files with 1 additions and 1 deletions

View File

@ -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));