summaryrefslogtreecommitdiff
path: root/changes/bug5604
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-04-18 23:32:02 -0400
committerNick Mathewson <nickm@torproject.org>2012-04-18 23:32:02 -0400
commit074bf72a2cb9e641468b9ef92a8b16c7f0e2f00a (patch)
treeb0bd0f43eefc33863b87b8eecfb7929e8a89a828 /changes/bug5604
parente9dae1ff2e147d2b74fb1ce2836fb9c42f227af4 (diff)
downloadtor-074bf72a2cb9e641468b9ef92a8b16c7f0e2f00a.tar.gz
tor-074bf72a2cb9e641468b9ef92a8b16c7f0e2f00a.zip
If DisableNetwork, don't even try to open non-controller listeners
Fix for 5604; bugfix on 0.2.3.9-alpha, which introduced DisableNetwork.
Diffstat (limited to 'changes/bug5604')
-rw-r--r--changes/bug56044
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug5604 b/changes/bug5604
new file mode 100644
index 0000000000..4c72f3c859
--- /dev/null
+++ b/changes/bug5604
@@ -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.