Changeset 8683
- Timestamp:
- Jun 13, 2009, 5:11:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r8674 r8683 1266 1266 if( !tor->isRunning ) 1267 1267 { 1268 const tr_bool isVerifying = tr_verifyInProgress( tor );1269 1270 if( !isVerifying &&reloadProgress )1268 tr_verifyRemove( tor ); 1269 1270 if( reloadProgress ) 1271 1271 tr_torrentLoadResume( tor, TR_FR_PROGRESS, NULL ); 1272 1272 1273 1273 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 ); 1279 1275 } 1280 1276
Note: See TracChangeset
for help on using the changeset viewer.