mirror of
git://erdgeist.org/opentracker
synced 2025-01-27 23:26:27 +00:00
Double definition of all_torrents
This commit is contained in:
parent
dad215a6e1
commit
8d25bf2d31
1
proxy.c
1
proxy.c
@ -182,7 +182,6 @@ int usage( char *self ) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static ot_vector all_torrents[1024];
|
|
||||||
static uint32_t peer_counts[1024];
|
static uint32_t peer_counts[1024];
|
||||||
#ifdef WANT_SCROOOOOOOLL
|
#ifdef WANT_SCROOOOOOOLL
|
||||||
static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=d+40;while(d<e){*d++=m[*s>>4];*d++=m[*s++&15];}*d=0;return t;}
|
static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=d+40;while(d<e){*d++=m[*s>>4];*d++=m[*s++&15];}*d=0;return t;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user