diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2013-12-08 20:42:33 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-12-09 11:22:22 -0500 |
commit | e6590efaa77c8cf186ce92e6ebad175e9c6450d1 (patch) | |
tree | 05efa32716a3d804dc2873dad9671a25ae531819 /changes/bug9162 | |
parent | 9c048d90b6b17f6d54fd8adfbe301db6e98d6142 (diff) | |
download | tor-e6590efaa77c8cf186ce92e6ebad175e9c6450d1.tar tor-e6590efaa77c8cf186ce92e6ebad175e9c6450d1.tar.gz |
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).
Diffstat (limited to 'changes/bug9162')
-rw-r--r-- | changes/bug9162 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9162 b/changes/bug9162 new file mode 100644 index 000000000..c1a247a97 --- /dev/null +++ b/changes/bug9162 @@ -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". + |