diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-02 02:17:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-02 02:17:28 -0400 |
commit | dd0745d0663ed1988d159f1ef105df424f10c54a (patch) | |
tree | 3864b9a07209a373b5ea7ca798ad048b133e106a /changes | |
parent | 723894f114ef091ba09e3ab7440d4339bbc21430 (diff) | |
download | tor-dd0745d0663ed1988d159f1ef105df424f10c54a.tar.gz tor-dd0745d0663ed1988d159f1ef105df424f10c54a.zip |
Don't try to fetch bridge descriptors when DisableNetwork is set
Patch from Roger; changes file by me.
Fixes 10405; bugfix on 0.2.3.9-alpha, where DisableNetwork was
introduced.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10405 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10405 b/changes/bug10405 new file mode 100644 index 0000000000..46a0746fd3 --- /dev/null +++ b/changes/bug10405 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Avoid "Tried to open a socket with DisableNetwork set" warnings + when starting a bridge client without bridge descriptors. Fixes + bug 10405; bugfix on 0.2.3.9-alpha. |