]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix a "shouldn't have reached this" warning in connection_edge.c
authorNick Mathewson <nickm@torproject.org>
Mon, 14 Nov 2016 14:16:57 +0000 (09:16 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 14 Nov 2016 14:16:57 +0000 (09:16 -0500)
commit307d244640ff9ad829bfe0769ddb2f903ec80ea8
tree0c6271f123c0ac58a90e079c16c420cd9403edb0
parent7918e219d45f2cac62b7c3d79fb1d4df4c5d65be
Fix a "shouldn't have reached this" warning in connection_edge.c

This was bug 20630; bugfix on f3e158ed where I thought I was
committing a documentation-only fix but instead messed up the
control flow too.
src/or/connection_edge.c