diff options
author | erdgeist <> | 2009-07-16 01:39:18 +0000 |
---|---|---|
committer | erdgeist <> | 2009-07-16 01:39:18 +0000 |
commit | 8d25bf2d31189275e0a542a1c3c9b804bd50cc2b (patch) | |
tree | 02d39f64321d0e32f230a05899e6e1af462588f4 | |
parent | dad215a6e1de0ec0fa703b3c5272821856ecaf24 (diff) |
Double definition of all_torrents
-rw-r--r-- | proxy.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -182,7 +182,6 @@ int usage( char *self ) { | |||
182 | return 0; | 182 | return 0; |
183 | } | 183 | } |
184 | 184 | ||
185 | static ot_vector all_torrents[1024]; | ||
186 | static uint32_t peer_counts[1024]; | 185 | static uint32_t peer_counts[1024]; |
187 | #ifdef WANT_SCROOOOOOOLL | 186 | #ifdef WANT_SCROOOOOOOLL |
188 | 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;} | 187 | 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;} |