Merge branch 'bug14918'

This commit is contained in:
Nick Mathewson
2015-02-17 12:49:29 -05:00
2 changed files with 21 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (path counting):
- When deciding whether we have any exit nodes, count the number listed
in the consensus, not the number we have descriptors for. Fixes part
of bug 14918; bugfix on 0.2.6.2-alpha.
- 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.