diff options
author | Andrea Shepard <andrea@torproject.org> | 2012-11-13 18:54:24 -0800 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-11-13 18:54:24 -0800 |
commit | 2cb82c33bcb59ce65c9738ff8ff4977f39fa3d9f (patch) | |
tree | 2d12bbafeb9287e14e805327a474a38bf7c3ed51 /changes | |
parent | 02a43e5eb65a81e28765c2183c2b3087cf5882fe (diff) | |
parent | 3db3daa663e9fe41f87993f4580cf3a8e6bab27c (diff) | |
download | tor-2cb82c33bcb59ce65c9738ff8ff4977f39fa3d9f.tar.gz tor-2cb82c33bcb59ce65c9738ff8ff4977f39fa3d9f.zip |
Merge branch 'bug7267' of ssh://git-rw.torproject.org/user/andrea/tor
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7267 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7267 b/changes/bug7267 new file mode 100644 index 0000000000..7089329f4f --- /dev/null +++ b/changes/bug7267 @@ -0,0 +1,4 @@ + - Major bugfixes + o Call channel_mark_for_close() rather than connection_mark_for_close() + in hibernate_go_dormant() when closing an or_connection_t. Fixes bug + 7267. |