1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-15 16:29:34 +00:00

(trunk libT) another revision for preventing the bug in #2297

This commit is contained in:
Charles Kerr 2009-08-12 04:36:59 +00:00
parent 97ca8eab39
commit cf9c9a3e0b

View file

@ -1335,7 +1335,7 @@ verifyTorrent( void * vtor )
tr_verifyRemove( tor );
/* if the torrent's running, stop it & set the restart-after-verify flag */
if( tor->isRunning ) {
if( tor->startAfterVerify || tor->isRunning ) {
tr_torrentStop( tor );
tor->startAfterVerify = TRUE;
}