Files
tor/changes/bug3601
T
Nick Mathewson b8943461c0 Fix bug in upload/download of hsdesc with microdescs
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.
2011-07-15 18:55:12 -04:00

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.