(trunk) fix oops

This commit is contained in:
Charles Kerr 2009-06-11 22:46:33 +00:00
parent 859c1b6fff
commit 4c60377168
1 changed files with 1 additions and 1 deletions

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