summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-02-18 12:51:07 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-02-18 12:51:07 +0000
commit6fdb179d84659fb14bacebf08c386cf21ec1b9d4 (patch)
treef4bfb42c02c2f92d6553c2de863b429dc16a7904 /changes
parentd038430a1409fbb28ea4d0b62654fc3cc7bb1f7a (diff)
downloadtor-6fdb179d84659fb14bacebf08c386cf21ec1b9d4.tar.gz
tor-6fdb179d84659fb14bacebf08c386cf21ec1b9d4.zip
Fix compute_frac_paths_available, when ExitNodes is not set.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug149183
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug14918 b/changes/bug14918
index 8e196cce5c..82f585a36d 100644
--- a/changes/bug14918
+++ b/changes/bug14918
@@ -5,3 +5,6 @@
- Do not warn that we are missing directory information if we have
decided not to fetch directory information due to a long period
of idleness. Fixes part of bug 14918; bugfix on 0.2.6.2-alpha.
+ - When deciding whether we have any exit nodes, only do processing for
+ ExitNodes when the ExitNodes option is actually set. Fixes part of
+ bug 14918; bugfix on 0.2.6.2-alpha.