mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix get_configured_bridge_by_addr_port_digest(.,.,NULL)
The old behavior was that NULL matched only bridges without known identities; the correct behavior is that NULL should match all bridges (assuming that their addr:port matches).
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Minor bugfixes:
|
||||
- Fix a get_configured_bridge_by_addr_port_digest() function so
|
||||
that it would return a bridge with given address and port even
|
||||
if bridge digest is not specified by caller. Fixes bug 9162;
|
||||
bugfix on 0.2.0.3-alpha. Based on a patch from "rl1987".
|
||||
|
||||
Reference in New Issue
Block a user