diff options
author | erdgeist <> | 2009-01-03 03:25:37 +0000 |
---|---|---|
committer | erdgeist <> | 2009-01-03 03:25:37 +0000 |
commit | 8bdc0d73f6f0bcaf83b7fb3d39e79e8fa4e6050d (patch) | |
tree | a75f8eed836bbea20992f92093160cd345c29f60 /ot_stats.c | |
parent | 2df09905f5540fee096d48a92cb0c42558498a12 (diff) |
Make opentracker ANSI C again.
Diffstat (limited to 'ot_stats.c')
-rw-r--r-- | ot_stats.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -217,7 +217,6 @@ static size_t stats_slash24s_txt( char * reply, size_t amount, uint32_t thresh ) | |||
217 | 217 | ||
218 | uint32_t *counts[ NUM_BUFS ]; | 218 | uint32_t *counts[ NUM_BUFS ]; |
219 | uint32_t slash24s[amount*2]; /* first dword amount, second dword subnet */ | 219 | uint32_t slash24s[amount*2]; /* first dword amount, second dword subnet */ |
220 | // int bucket; | ||
221 | size_t i, j, k, l; | 220 | size_t i, j, k, l; |
222 | char *r = reply; | 221 | char *r = reply; |
223 | 222 | ||