fixed typo in previous check in

This commit is contained in:
Arvid Norberg 2007-02-21 03:05:25 +00:00
parent 4b66454a38
commit 11b44fd286
1 changed files with 1 additions and 1 deletions

View File

@ -1364,7 +1364,7 @@ namespace libtorrent { namespace detail
t.abort();
if ((!t.is_paused() || t.should_request())
&& !t.torrent_file.trackers().empty())
&& !t.torrent_file().trackers().empty())
{
tracker_request req = t.generate_tracker_request();
assert(req.event == tracker_request::stopped);