diff options
author | David Goulet <dgoulet@ev0ke.net> | 2015-04-28 14:22:49 -0400 |
---|---|---|
committer | David Goulet <dgoulet@ev0ke.net> | 2015-04-28 14:30:07 -0400 |
commit | 26c344a563610fcd293cd82bbb0b08dce737e5f3 (patch) | |
tree | 66479fa5d1a6e4ec86c6318cc606b6a11d319669 /changes | |
parent | 0ac748353a6089497908fa0817ee4d4726f01158 (diff) | |
download | tor-26c344a563610fcd293cd82bbb0b08dce737e5f3.tar.gz tor-26c344a563610fcd293cd82bbb0b08dce737e5f3.zip |
Revert "Remove obsolete workaround in dirserv_thinks_router_is_hs_dir()"
Fixes #15850, part of #15801. Change file is added by this commit. The
original comment in the reverted commit is removed because right now we
*need* a DirPort until #15849 is implemented so no doubt nor confusion there
anymore.
This reverts commit 80bed1ac96a3035f8c55ddced5528f0d7d16d386.
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15850 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug15850 b/changes/bug15850 new file mode 100644 index 0000000000..48a7c7bdd7 --- /dev/null +++ b/changes/bug15850 @@ -0,0 +1,4 @@ + o Major bugfix + - Revert commit that made directory authority assign the HSDir flag to + relay without a DirPort which is bad because relay can't handle + BEGIN_DIR cells. Fixes #15850. Bugfix on tor-0.2.6.3-alpha; |