summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-01-30 17:42:01 +1100
committerDamien Miller <djm@mindrot.org>2010-01-30 17:42:01 +1100
commitc3ca35f42421d6cdc66411f29c0220068475efa7 (patch)
tree91ce8a4a243373158838eddfd8987f995a207c17 /ChangeLog
parent0dac03febdb52ccf0dfe19dcb1d7e895264b218a (diff)
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[mux.c] don't mark channel as read failed if it is already closing; suppresses harmless error messages when connecting to SSH.COM Tectia server report by imorgan AT nas.nasa.gov
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37c5fa4e5..56cc86ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,11 @@
13 [mux.c] 13 [mux.c]
14 kill correct channel (was killing already-dead mux channel, not 14 kill correct channel (was killing already-dead mux channel, not
15 its session channel) 15 its session channel)
16 - djm@cvs.openbsd.org 2010/01/30 02:54:53
17 [mux.c]
18 don't mark channel as read failed if it is already closing; suppresses
19 harmless error messages when connecting to SSH.COM Tectia server
20 report by imorgan AT nas.nasa.gov
16 21
1720100129 2220100129
18 - (dtucker) [openbsd-compat/openssl-compat.c] Bug #1707: Call OPENSSL_config() 23 - (dtucker) [openbsd-compat/openssl-compat.c] Bug #1707: Call OPENSSL_config()