mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'bug33651'
This commit is contained in:
commit
2eb78e2061
@ -1984,7 +1984,7 @@ dirclient_dump_total_dls(void)
|
||||
for (int bootstrapped = 0; bootstrapped < 2; ++bootstrapped) {
|
||||
bool first_time = true;
|
||||
for (int i=0; i < DIR_PURPOSE_MAX_; ++i) {
|
||||
uint64_t n = total_dl[i][0];
|
||||
uint64_t n = total_dl[i][bootstrapped];
|
||||
if (n == 0)
|
||||
continue;
|
||||
if (options->SafeLogging_ != SAFELOG_SCRUB_NONE &&
|
||||
|
Loading…
Reference in New Issue
Block a user