mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'maint-0.4.5'
This commit is contained in:
commit
0d63b19afa
5
changes/ticket40360
Normal file
5
changes/ticket40360
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user