diff --git a/trackerlogic.c b/trackerlogic.c index 7b3c5db..ece3261 100644 --- a/trackerlogic.c +++ b/trackerlogic.c @@ -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;