Skip to content
Snippets Groups Projects
Commit 2eb78e20 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge branch 'bug33651'

parents 6b0a40c8 9bcd7e59
No related branches found
No related tags found
No related merge requests found
......@@ -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 &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment