summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2015-04-09 16:37:33 +1000
committerteor <teor2345@gmail.com>2015-04-23 00:16:04 +1000
commit027f73f70ef49859d5c6b7dc2a231b3f78dafd10 (patch)
treeb9434f8c1c3e94f2a39dac08debaec58800ea154 /changes
parent06939551f4c081c46a09864465a4989ca8bb2e42 (diff)
downloadtor-027f73f70ef49859d5c6b7dc2a231b3f78dafd10.tar.gz
tor-027f73f70ef49859d5c6b7dc2a231b3f78dafd10.zip
Disable default fallback directories when other directories are set
Only add the default fallback directories when the DirAuthorities, AlternateDirAuthority, and FallbackDir directory config options are set to their defaults. The default fallback directory list is currently empty, this fix will only change tor's behaviour when it has default fallback directories. Fixes bug 15642; bugfix on 90f6071d8dc0 in 0.2.4.7-alpha. Patch by "teor".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-15642-default-fallback-default-dirs8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug-15642-default-fallback-default-dirs b/changes/bug-15642-default-fallback-default-dirs
new file mode 100644
index 0000000000..3864cf373c
--- /dev/null
+++ b/changes/bug-15642-default-fallback-default-dirs
@@ -0,0 +1,8 @@
+ o Minor bugfixes (configuration):
+ - Only add the default fallback directories when the DirAuthorities,
+ AlternateDirAuthority, and FallbackDir directory config options
+ are set to their defaults.
+ The default fallback directory list is empty, this fix will only
+ change tor's behaviour when it has default fallback directories.
+ Fixes bug 15642; bugfix on 90f6071d8dc0 in 0.2.4.7-alpha.
+ Patch by "teor".