Do not set an error when pausing a checking torrent

This commit is contained in:
Andrew Resch 2009-04-19 19:49:33 +00:00
parent dd67612e9b
commit 4137f47386
1 changed files with 1 additions and 0 deletions

View File

@ -872,6 +872,7 @@ namespace libtorrent
if (ret == piece_manager::disk_check_aborted)
{
dequeue_torrent_check();
pause();
return;
}
if (ret == piece_manager::fatal_disk_error)