aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6028
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug6028')
-rw-r--r--changes/bug60284
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6028 b/changes/bug6028
new file mode 100644
index 000000000..fedd02f74
--- /dev/null
+++ b/changes/bug6028
@@ -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.