diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-05-24 12:23:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-05-24 12:23:21 -0400 |
commit | b4b0063e48a2687e7971730defc9b5a99a396cc4 (patch) | |
tree | af3475affb2c5e80108a62673b4a24a664fbe9c0 /changes/bug8789 | |
parent | d25e77f2c330d855cf1e3b8fa44387e2500a3ac4 (diff) | |
download | tor-b4b0063e48a2687e7971730defc9b5a99a396cc4.tar tor-b4b0063e48a2687e7971730defc9b5a99a396cc4.tar.gz |
Tweak fix for #8789 a bit; avoid double-close and add changes file
Diffstat (limited to 'changes/bug8789')
-rw-r--r-- | changes/bug8789 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8789 b/changes/bug8789 new file mode 100644 index 000000000..e3bcc4074 --- /dev/null +++ b/changes/bug8789 @@ -0,0 +1,3 @@ + o Code simplifications and refactoring: + - Clean up exit path from connection_listener_new. Closes bug + 8789. Patch from Arlo Breault. |