diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-11 13:06:13 -0400 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-05-11 13:06:13 -0400 |
commit | 2cbad2aac76d911cce7cee95e91aebc1b1fcb509 (patch) | |
tree | cb933e1c74d8f8e6fe33ad71084cd865a154aaec /changes | |
parent | 28e1aa111803bc3548e00503ab56de5f3d41c7fc (diff) | |
download | tor-2cbad2aac76d911cce7cee95e91aebc1b1fcb509.tar.gz tor-2cbad2aac76d911cce7cee95e91aebc1b1fcb509.zip |
Revert "Switch between fallback and authority when auth cert fetch fails"
This reverts commit 92d7ee08b8c51b4b29f68c6d00ca4aa91ea5a66b.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18816 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/changes/bug18816 b/changes/bug18816 index 05455120c0..7265f5ab3f 100644 --- a/changes/bug18816 +++ b/changes/bug18816 @@ -1,6 +1,4 @@ o Minor bugfix (bootstrap): - Consistently use the consensus download schedule for authority certificates. - - When downloading authority certificates fails, switch from - using a fallback to using an authority. Resolves ticket 18816; fix on fddb814fe in 0.2.4.13-alpha. |