diff options
author | David Goulet <dgoulet@torproject.org> | 2017-01-27 09:32:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-01 09:29:53 -0500 |
commit | 51b562c605e2a959ee51ee85bd40de887adf9dea (patch) | |
tree | eb3031ab7b8ec255e7d43f19b1ac34cb60c77fd0 /changes | |
parent | 8bd3c1b74df450d2bf4d1069c975c8babe5b770e (diff) | |
download | tor-51b562c605e2a959ee51ee85bd40de887adf9dea.tar.gz tor-51b562c605e2a959ee51ee85bd40de887adf9dea.zip |
Use an internal variable for HiddenServiceStatistics
Stop modifying the value of our torrc option HiddenServiceStatistics just
because we're not a bridge or relay. This bug was causing Tor Browser users to
write "HiddenServiceStatistics 0" in their torrc files as if they had chosen
to change the config.
Fixes #21150
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21150 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21150 b/changes/bug21150 new file mode 100644 index 0000000000..6a8b4f93b0 --- /dev/null +++ b/changes/bug21150 @@ -0,0 +1,5 @@ + o Minor bugfixes (config, hidden service): + - Stop modifying the value of our torrc option HiddenServiceStatistics + just because we're not a bridge or relay. Use an internal value for what + tor should use and keep the torrc option intact. Fixes bug 21150; bugfix + on tor-0.2.6.2-alpha. |