Refer to the correct variable in a loop when parsing entry guard state

Fixes bug 6397 and coverity issue 709599. Bugfix on 0.2.3.17-beta.
This commit is contained in:
Nick Mathewson
2012-07-16 11:49:45 -04:00
parent d32f5081e1
commit 93b7301755
2 changed files with 9 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
o Major bugfixes:
- When disabling guards for having too high a proportion of failed
circuits, make sure to look at each guard. Fix for bug 6397; bugfix
on 0.2.3.17-beta.