mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.4.4'
This commit is contained in:
@@ -3139,9 +3139,9 @@ entry_guard_parse_from_state(const char *s)
|
||||
|
||||
guard->sampled_idx = guard->confirmed_idx;
|
||||
} else {
|
||||
log_warn(LD_GUARD, "The state file seems to be into a status that could"
|
||||
" yield to weird entry node selection: we're missing both a"
|
||||
" sampled_idx and a confirmed_idx.");
|
||||
log_info(LD_GUARD, "The state file seems to be into a status that could"
|
||||
" yield to weird entry node selection: we're missing both a"
|
||||
" sampled_idx and a confirmed_idx.");
|
||||
guard->sampled_idx = invalid_sampled_idx++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user