Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
6dc0b043
Commit
6dc0b043
authored
Aug 25, 2020
by
David Goulet
🐼
Browse files
Merge branch 'maint-0.4.4'
parents
4b9ed14d
53cd1c97
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug40105
0 → 100644
View file @
6dc0b043
o Minor bugfixes (guard selection algorithm):
- Avoid needless guard-related warning when upgrading from 0.4.3 to 0.4.4.
Fixes bug 40105; bugfix on 0.4.4.1-alpha.
\ No newline at end of file
src/feature/client/entrynodes.c
View file @
6dc0b043
...
...
@@ -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
++
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment