Changeset 8683


Ignore:
Timestamp:
Jun 13, 2009, 5:11:46 PM (14 years ago)
Author:
charles
Message:

(trunk) #1864: Tracker not found (404) when a check of local file is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r8674 r8683  
    12661266    if( !tor->isRunning )
    12671267    {
    1268         const tr_bool isVerifying = tr_verifyInProgress( tor );
    1269 
    1270         if( !isVerifying && reloadProgress )
     1268        tr_verifyRemove( tor );
     1269
     1270        if( reloadProgress )
    12711271            tr_torrentLoadResume( tor, TR_FR_PROGRESS, NULL );
    12721272
    12731273        tor->isRunning = 1;
    1274 
    1275         if( !isVerifying )
    1276             tr_verifyAdd( tor, checkAndStartCB );
    1277 
    1278         tor->dhtAnnounceAt = time( NULL ) + tr_cryptoWeakRandInt( 20 );
     1274        tr_verifyAdd( tor, checkAndStartCB );
    12791275    }
    12801276
Note: See TracChangeset for help on using the changeset viewer.