diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-15 18:53:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-15 18:55:12 -0400 |
commit | b8943461c0d26074522f905eba862bd9caab591b (patch) | |
tree | 566983120773f63a4dc1e5aad17b56776487d268 /changes | |
parent | 8157dcbdf87271feab1b610df4eb0c616b250197 (diff) | |
download | tor-b8943461c0d26074522f905eba862bd9caab591b.tar.gz tor-b8943461c0d26074522f905eba862bd9caab591b.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3601 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3601 b/changes/bug3601 new file mode 100644 index 0000000000..36686a45f4 --- /dev/null +++ b/changes/bug3601 @@ -0,0 +1,4 @@ + 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. |