tor/changes/bug18704
David Goulet c7f1b46a10 Perform cache lookup when FetchHidServDescriptors is set
The FetchHidServDescriptors check was placed before the descriptor cache
lookup which made the option not working because it was never using the
cache in the first place.

Fixes #18704

Patched-by: twim
Signef-off-by: David Goulet <dgoulet@torproject.org>
2016-06-15 10:04:07 -04:00

6 lines
326 B
Plaintext

o Major bugfixes (hidden service client)
- With FetchHidServDescriptors set to 0, there is no descriptor fetch
(which is intended) but also no descriptor cache lookup was done
making any Tor client not working with this option unset. Resolves
ticket #18704. Patch by "twim"; Bugfix on tor-0.2.0.20-rc.