aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2014-04-15 20:19:39 -0700
committerAndrea Shepard <andrea@torproject.org>2014-04-15 20:19:39 -0700
commita5544e589d1724fc2765b277da736bbb2a9a8299 (patch)
treee3b236e917b1a2cf456bcfcdf9db05bc7c8a9203 /changes
parent125c8e54680c936b9e532597372c62ac47af4fa9 (diff)
downloadtor-a5544e589d1724fc2765b277da736bbb2a9a8299.tar
tor-a5544e589d1724fc2765b277da736bbb2a9a8299.tar.gz
Close orconns correctly through channels when setting DisableNetwork to 1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug113064
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11306 b/changes/bug11306
new file mode 100644
index 000000000..bf8ea4011
--- /dev/null
+++ b/changes/bug11306
@@ -0,0 +1,4 @@
+ o Bugfixes:
+ - When closing all connections on setting DisableNetwork to 1, use
+ connection_or_close_normally() rather than closing orconns out from
+ under the channel layer. Fixes bug #11306.