Changeset 11570


Ignore:
Timestamp:
Dec 22, 2010, 4:29:41 AM (12 years ago)
Author:
charles
Message:

(trunk libt) experimental fix for the updated torrent issue reported by Lacrocivious

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r11565 r11570  
    15931593        return;
    15941594
     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
    15951602    /* otherwise, start it now... */
    15961603    tr_sessionLock( tor->session );
     
    16011608        tr_torrentSetRatioMode( tor, TR_RATIOLIMIT_UNLIMITED );
    16021609    }
    1603 
    1604     tr_verifyRemove( tor );
    16051610
    16061611    /* corresponds to the peer_id sent as a tracker request parameter.
Note: See TracChangeset for help on using the changeset viewer.