Merge remote-tracking branch 'andrea/bug6028'

This commit is contained in:
Nick Mathewson
2012-06-18 11:51:55 -04:00
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Make sure to set *socket_error in all error cases in
connection_connect(), so it can't produce a warning about errno being
zero from errno_to_orconn_end_reason(). Resolves ticket 6028.