1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-13 16:30:06 +00:00
This commit is contained in:
erdgeist 2006-12-15 23:53:24 +00:00
parent 1d5f915940
commit 808e370566

View File

@ -210,7 +210,7 @@ size_t return_peers_for_torrent( ot_torrent *torrent, unsigned long amount, char
// In some rare occasions random gets the last peer a round to early
// correct that and return last peer twice
if( wert >= peer_count ) { wert--; pool_offset--; }
// if( wert >= peer_count ) { wert--; pool_offset--; }
while( pool_offset >= torrent->peer_list->peers[pool_index].size ) {
pool_offset -= torrent->peer_list->peers[pool_index].size;