aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-02 02:17:28 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-02 02:17:28 -0400
commitdd0745d0663ed1988d159f1ef105df424f10c54a (patch)
tree3864b9a07209a373b5ea7ca798ad048b133e106a /changes
parent723894f114ef091ba09e3ab7440d4339bbc21430 (diff)
downloadtor-dd0745d0663ed1988d159f1ef105df424f10c54a.tar
tor-dd0745d0663ed1988d159f1ef105df424f10c54a.tar.gz
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/bug104054
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10405 b/changes/bug10405
new file mode 100644
index 000000000..46a0746fd
--- /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.