(trunk) fix oops
This commit is contained in:
parent
859c1b6fff
commit
4c60377168
|
@ -1275,7 +1275,7 @@ torrentStart( tr_torrent * tor, int reloadProgress )
|
|||
if( !isVerifying )
|
||||
tr_verifyAdd( tor, checkAndStartCB );
|
||||
|
||||
tor->dhtAnnounceAt = time( NULL ) tr_cryptoWeakRandInt( 20 );
|
||||
tor->dhtAnnounceAt = time( NULL ) + tr_cryptoWeakRandInt( 20 );
|
||||
}
|
||||
|
||||
tr_globalUnlock( tor->session );
|
||||
|
|
Loading…
Reference in New Issue