tor/changes/bug5604
Nick Mathewson 074bf72a2c If DisableNetwork, don't even try to open non-controller listeners
Fix for 5604; bugfix on 0.2.3.9-alpha, which introduced DisableNetwork.
2012-04-18 23:32:02 -04:00

5 lines
212 B
Plaintext

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.