Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
0d63b19a
Commit
0d63b19a
authored
Apr 13, 2021
by
Nick Mathewson
🥄
Browse files
Merge branch 'maint-0.4.5'
parents
ba2ee8ae
218f9f90
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/ticket40360
0 → 100644
View file @
0d63b19a
o Minor bugfixes (bridge, pluggable transport):
- Fix a regression that prevented to configure a Bridge line without a
fingerprint (which is a normal use case). Fixes bug 40360; bugfix on
0.4.5.4-rc.
src/feature/client/entrynodes.c
View file @
0d63b19a
...
...
@@ -804,9 +804,6 @@ get_sampled_guard_for_bridge(guard_selection_t *gs,
entry_guard_t
*
guard
;
if
(
BUG
(
!
addrport
))
return
NULL
;
// LCOV_EXCL_LINE
if
(
bridge_has_invalid_transport
(
bridge
))
{
return
NULL
;
}
guard
=
get_sampled_guard_by_bridge_addr
(
gs
,
addrport
);
if
(
!
guard
||
(
id
&&
tor_memneq
(
id
,
guard
->
identity
,
DIGEST_LEN
)))
return
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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