diff --git a/trackerlogic.c b/trackerlogic.c index 182fa94..249a2a0 100644 --- a/trackerlogic.c +++ b/trackerlogic.c @@ -269,11 +269,11 @@ size_t return_udp_scrape_for_torrent( ot_hash hash, char *reply ) { size_t return_tcp_scrape_for_torrent( ot_hash *hash_list, int amount, char *reply ) { char *r = reply; int exactmatch, i; - int delta_torrentcount = 0; r += sprintf( r, "d5:filesd" ); for( i=0; idata, torrents_list->size, sizeof( ot_torrent ), OT_HASH_COMPARE_SIZE, &exactmatch );