NumDirectoryGuards now tracks NumEntryGuards by default

Now a user who changes only NumEntryGuards will get the behavior she
expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.
This commit is contained in:
Roger Dingledine
2013-07-30 12:05:39 -04:00
parent 8d0fb3a434
commit ff6bb13c02
5 changed files with 25 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes:
- Make the default behavior of NumDirectoryGuards be to track
NumEntryGuards. Now a user who changes only NumEntryGuards will get
the behavior she expects. Fixes bug 9354; bugfix on 0.2.4.8-alpha.