returns proper torrent state for checking torrents

This commit is contained in:
Arvid Norberg 2007-10-01 06:00:17 +00:00
parent 157362b447
commit e5098bcdcc
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ namespace libtorrent
aux::piece_checker_data* d = m_chk->find_torrent(m_info_hash);
if (d != 0)
{
torrent_status st;
torrent_status st = d->torrent_ptr->status();
if (d->processing)
{