Changeset 8458


Ignore:
Timestamp:
May 20, 2009, 10:10:58 PM (14 years ago)
Author:
charles
Message:

1.6x libT oops, finish the #1432 backport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6x/libtransmission/torrent.c

    r8457 r8458  
    12731273    assert( tr_isTorrent( tor ) );
    12741274    tr_torrentRecheckCompleteness( tor );
     1275
     1276    if( tor->startAfterVerify )
     1277    {
     1278        tor->startAfterVerify = FALSE;
     1279        tr_torrentStart( tor );
     1280    }
    12751281}
    12761282
Note: See TracChangeset for help on using the changeset viewer.