mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
(trunk libT) #3407 "stop ratio callback called twice in some situations" -- experimental fix in trunk
This commit is contained in:
parent
6b66524607
commit
8d60d46538
1 changed files with 0 additions and 2 deletions
|
@ -1742,8 +1742,6 @@ tr_torrentRecheckCompleteness( tr_torrent * tor )
|
|||
tor->doneDate = tor->anyDate = tr_time( );
|
||||
}
|
||||
|
||||
tr_torrentCheckSeedRatio( tor );
|
||||
|
||||
if( tor->currentDir == tor->incompleteDir )
|
||||
tr_torrentSetLocation( tor, tor->downloadDir, TRUE, NULL, NULL );
|
||||
|
||||
|
|
Loading…
Reference in a new issue