]> granicus.if.org Git - transmission/commitdiff
(trunk libT) always invoke the stop-ratio check when a torrent switches from leeching...
authorCharles Kerr <charles@transmissionbt.com>
Wed, 4 Mar 2009 15:13:56 +0000 (15:13 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Wed, 4 Mar 2009 15:13:56 +0000 (15:13 +0000)
libtransmission/torrent.c

index ca554a283122140ea7c953242b516a61d5d8a83d..5a70340df1cca73c0132cb563257b64a9fbe31a0 100644 (file)
@@ -1454,6 +1454,7 @@ tr_torrentRecheckCompleteness( tr_torrent * tor )
         }
 
         tr_torrentSaveResume( tor );
+        tr_torrentCheckSeedRatio( tor );
     }
 
     tr_torrentUnlock( tor );