Changeset 9340


Ignore:
Timestamp:
Oct 21, 2009, 2:45:49 AM (13 years ago)
Author:
charles
Message:

(trunk libT) #2520: tor->isRunning is not always saved to .resume file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r9336 r9340  
    13421342
    13431343        tor->isRunning = 1;
     1344        tr_torrentSetDirty( tor );
    13441345        tor->preVerifyTotal = tr_cpHaveTotal( &tor->completion );
    13451346        tr_verifyAdd( tor, checkAndStartCB );
     
    14551456
    14561457        tor->isRunning = 0;
     1458        tr_torrentSetDirty( tor );
    14571459        tr_runInEventThread( tor->session, stopTorrent, tor );
    14581460
Note: See TracChangeset for help on using the changeset viewer.