fix regression introduced by 1a65bdd2

noticed while reviewing hoganrobert/bug1138
This commit is contained in:
Roger Dingledine
2010-09-12 00:20:00 -04:00
parent 608d1614b9
commit b4942e3435
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes:
- Fix a regression introduced in 0.2.2.7-alpha that marked relays
down if a directory fetch fails and you've configured either
bridges or EntryNodes. The intent was to mark the relay as down
_unless_ you're using bridges or EntryNodes, since if you are
then you could quickly run out of entry points.