mirror of
https://github.com/transmission/transmission
synced 2025-03-06 11:38:21 +00:00
(trunk libT) #1916: 'Phantom' Verifying appears if already another verify in progress
This commit is contained in:
parent
29b1d3e2cc
commit
eb30e24be0
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ tr_verifyAdd( tr_torrent * tor,
|
|||
node->verify_done_cb = verify_done_cb;
|
||||
|
||||
tr_lockLock( getVerifyLock( ) );
|
||||
tr_torrentSetVerifyState( tor, verifyList ? TR_VERIFY_WAIT : TR_VERIFY_NOW );
|
||||
tr_torrentSetVerifyState( tor, TR_VERIFY_WAIT );
|
||||
tr_list_append( &verifyList, node );
|
||||
if( verifyThread == NULL )
|
||||
verifyThread = tr_threadNew( verifyThreadFunc, NULL );
|
||||
|
|
Loading…
Add table
Reference in a new issue