mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Fix comment
svn:r2207
This commit is contained in:
parent
6141097f6e
commit
98b8a89aa8
@ -499,7 +499,7 @@ char *rep_hist_get_bandwidth_lines(void)
|
|||||||
bw_array_t *b;
|
bw_array_t *b;
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
/* opt (read|write)history yyyy-mm-dd HH:MM:SS n,n,n,n,n... */
|
/* opt (read|write)-history yyyy-mm-dd HH:MM:SS (xxx s) n,n,n,n,n... */
|
||||||
len = (60+12*NUM_TOTALS)*2;
|
len = (60+12*NUM_TOTALS)*2;
|
||||||
buf = tor_malloc_zero(len);
|
buf = tor_malloc_zero(len);
|
||||||
cp = buf;
|
cp = buf;
|
||||||
|
Loading…
Reference in New Issue
Block a user