Changeset 10862
- Timestamp:
- Jun 26, 2010, 1:05:36 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/libtransmission/torrent.c
r10843 r10862 2557 2557 tr_verifyRemove( tor ); 2558 2558 2559 /* if the torrent is running, stop it and set a flag to2560 * restart after we're done */2561 if( tor->isRunning )2562 {2563 tr_torrentStop( tor );2564 tor->startAfterVerify = TRUE;2565 }2566 2567 2559 /* try to move the files. 2568 2560 * FIXME: there are still all kinds of nasty cases, like what … … 2619 2611 if( verify_needed ) 2620 2612 tr_torrentVerify( tor ); 2621 else if( tor->startAfterVerify ) {2622 tor->startAfterVerify = FALSE;2623 tr_torrentStart( tor );2624 }2625 2613 } 2626 2614 }
Note: See TracChangeset
for help on using the changeset viewer.