]> git.ipfire.org Git - thirdparty/tor.git/commit
Report only the first bootstrap failure from an orconn
authorNick Mathewson <nickm@torproject.org>
Thu, 27 Mar 2014 19:58:43 +0000 (15:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 27 Mar 2014 19:58:43 +0000 (15:58 -0400)
commitb0bbe6b2f1d8f0f2c83565f94d8a7dc5c5f72a91
tree237ea0a4481d6ad83954959689ad3c52f6584e71
parent0f395a7c064c314ca9dff4ac076b10461cc9b8c3
Report only the first bootstrap failure from an orconn

Otherwise, when we report "identity mismatch", we then later report
DONE when the connection gets closed.

Fixes bug 10431; bugfix on 0.2.1.1-alpha.
changes/bug10431 [new file with mode: 0644]
src/or/control.c
src/or/control.h
src/or/or.h
src/test/test_extorport.c