If DisableNetwork, don't even try to open non-controller listeners

Fix for 5604; bugfix on 0.2.3.9-alpha, which introduced DisableNetwork.
This commit is contained in:
Nick Mathewson
2012-04-18 23:32:02 -04:00
parent e9dae1ff2e
commit 074bf72a2c
5 changed files with 22 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Don't try to open non-control listeners when DisableNetwork is set.
Previousy, we'd open all listeners, then immediately close them.
Fixes bug 5604; bugfix on 0.2.3.9-alpha.