(trunk libT) #2552: Torrent state doesn't change automatically anymore

This commit is contained in:
Charles Kerr 2009-11-05 01:31:35 +00:00
parent 288a6d143a
commit 45e84d9ac6
1 changed files with 1 additions and 0 deletions

View File

@ -1175,6 +1175,7 @@ peerCallbackFunc( void * vpeer, void * vevent, void * vt )
tr_torrentFileCompleted( tor, fileIndex );
}
}
tr_torrentRecheckCompleteness( tor );
}
break;
}