Changeset 11570
- Timestamp:
- Dec 22, 2010, 4:29:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r11565 r11570 1593 1593 return; 1594 1594 1595 /* verifying right now... wait until that's done so 1596 * we'll know what completeness to use/announce */ 1597 if( tor->verifyState != TR_VERIFY_NONE ) { 1598 tor->startAfterVerify = TRUE; 1599 return; 1600 } 1601 1595 1602 /* otherwise, start it now... */ 1596 1603 tr_sessionLock( tor->session ); … … 1601 1608 tr_torrentSetRatioMode( tor, TR_RATIOLIMIT_UNLIMITED ); 1602 1609 } 1603 1604 tr_verifyRemove( tor );1605 1610 1606 1611 /* corresponds to the peer_id sent as a tracker request parameter.
Note: See TracChangeset
for help on using the changeset viewer.