mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
find_clonable_bittorrent_peer_request(): Remove likely wrong inner clone declaration
This commit is contained in:
parent
b9fb1d3c7d
commit
69a226eba1
@ -284,7 +284,7 @@ find_clonable_bittorrent_peer_request(struct bittorrent_peer_connection *peer)
|
||||
uint16_t clone_rarity = BITTORRENT_PIECE_RARITY_UNDEF;
|
||||
|
||||
foreach (active_peer, peer->bittorrent->peers) {
|
||||
struct bittorrent_peer_request *request, *clone = NULL;
|
||||
struct bittorrent_peer_request *request = NULL;
|
||||
|
||||
foreach (request, active_peer->local.requests) {
|
||||
uint16_t request_rarity;
|
||||
|
Loading…
Reference in New Issue
Block a user