mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
b8943461c0
Previously we were using router_get_by_id(foo) to test "do we have a descriptor that will let us make an anonymous circuit to foo". But that isn't right for microdescs: we should have been using node_t. Fixes bug 3601; bugfix on 0.2.3.1-alpha.
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
o Major bugfixes:
|
|
- Using microdescriptors no longer prevents Tor from uploading and
|
|
downloading hidden service descriptors. Fixes bug 3601; bugfix
|
|
on 0.2.3.1-alpha.
|