diff options
author | David Goulet <dgoulet@torproject.org> | 2017-11-13 11:48:56 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-11-13 11:48:56 -0500 |
commit | 7df28ce2990cc0890b05767f07756990e0d91e97 (patch) | |
tree | 5538542048b564369b15fe161a776e6023824910 /changes | |
parent | 91188540af1ce185e7aa7ab19467a42bc9ea7722 (diff) | |
download | tor-7df28ce2990cc0890b05767f07756990e0d91e97.tar.gz tor-7df28ce2990cc0890b05767f07756990e0d91e97.zip |
hs-v3: Fix consensus param "hsdir-interval" name
The dir-spec.txt specifies it to be "hsdir_interval" (underscore).
Fixes #24262
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24262 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug24262 b/changes/bug24262 new file mode 100644 index 0000000000..eee69512e4 --- /dev/null +++ b/changes/bug24262 @@ -0,0 +1,3 @@ + o Minor bugfixes (hidden service): + - Fix the consensus parameter "hsdir-interval" to "hsdir_interval" so it + matches the dir-spec.txt. Fixes bug 24262; bugfix on 0.3.1.1-alpha. |