1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 13:03:50 +00:00

(trunk) fix oops

This commit is contained in:
Charles Kerr 2009-06-11 22:46:33 +00:00
parent 859c1b6fff
commit 4c60377168

View file

@ -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 );