(trunk libT) always invoke the stop-ratio check when a torrent switches from leeching to seeding.

This commit is contained in:
Charles Kerr 2009-03-04 15:13:56 +00:00
parent 0d1a699cd7
commit e8422f8cdd
1 changed files with 1 additions and 0 deletions

View File

@ -1454,6 +1454,7 @@ tr_torrentRecheckCompleteness( tr_torrent * tor )
}
tr_torrentSaveResume( tor );
tr_torrentCheckSeedRatio( tor );
}
tr_torrentUnlock( tor );