diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-04-18 23:32:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-18 23:32:02 -0400 |
commit | 074bf72a2cb9e641468b9ef92a8b16c7f0e2f00a (patch) | |
tree | b0bd0f43eefc33863b87b8eecfb7929e8a89a828 /changes/bug5604 | |
parent | e9dae1ff2e147d2b74fb1ce2836fb9c42f227af4 (diff) | |
download | tor-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/bug5604 | 4 |
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. |