(trunk libT) don't scrape paused torrents.

This commit is contained in:
Charles Kerr 2009-01-04 02:01:57 +00:00
parent 3086631734
commit 422d1b0f97
1 changed files with 1 additions and 0 deletions

View File

@ -942,6 +942,7 @@ trackerPulse( void * vsession )
if( ( t->scrapeAt > 1 )
&& ( t->scrapeAt <= now )
&& ( t->isRunning )
&& ( trackerSupportsScrape( t, tor ) ) )
{
t->scrapeAt = TR_TRACKER_BUSY;