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:
parent
97ca8eab39
commit
cf9c9a3e0b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue