(trunk libT) do scrape paused torrents.

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

View File

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