Files
tor/changes/bug18704
T
Nick Mathewson 27e870cede Fix most lintChanges warnings
(Also remove changes/bug19530 since it was a bugfix on no released
version)
2016-08-02 11:32:08 -04:00

6 lines
316 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. Fixes
bug 18704; bugfix on 0.2.0.20-rc. Patch by "twim".