#3517 Only apply the idle seed limit when the transfer is comple

This commit is contained in:
Mitchell Livingston 2010-08-19 22:14:59 +00:00
parent deef425a14
commit 94ea77a014
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ tr_torrentCheckSeedLimit( tr_torrent * tor )
{
assert( tr_isTorrent( tor ) );
if( !tor->isRunning )
if( !tor->isRunning || !tr_torrentIsSeed( tor ) )
return;
/* if we're seeding and reach our seed ratio limit, stop the torrent */