From e8422f8cdda8ea44462f8145ad39fe2ac0016b4a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 4 Mar 2009 15:13:56 +0000 Subject: [PATCH] (trunk libT) always invoke the stop-ratio check when a torrent switches from leeching to seeding. --- libtransmission/torrent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index ca554a283..5a70340df 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -1454,6 +1454,7 @@ tr_torrentRecheckCompleteness( tr_torrent * tor ) } tr_torrentSaveResume( tor ); + tr_torrentCheckSeedRatio( tor ); } tr_torrentUnlock( tor );