summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-01-30 17:36:33 +1100
committerDamien Miller <djm@mindrot.org>2010-01-30 17:36:33 +1100
commit0dac03febdb52ccf0dfe19dcb1d7e895264b218a (patch)
tree942553819cd425c54a07720d6b3a99df7cb0a3ca /ChangeLog
parent133d9d313e1058ed5d028abb450de253c00a4c5d (diff)
- djm@cvs.openbsd.org 2010/01/29 20:16:17
[mux.c] kill correct channel (was killing already-dead mux channel, not its session channel)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67cf0fc1d..37c5fa4e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
9 [sshd.c] 9 [sshd.c]
10 set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.com 10 set FD_CLOEXEC on sock_in/sock_out; bz#1706 from jchadima AT redhat.com
11 ok dtucker@ 11 ok dtucker@
12 - djm@cvs.openbsd.org 2010/01/29 20:16:17
13 [mux.c]
14 kill correct channel (was killing already-dead mux channel, not
15 its session channel)
12 16
1320100129 1720100129
14 - (dtucker) [openbsd-compat/openssl-compat.c] Bug #1707: Call OPENSSL_config() 18 - (dtucker) [openbsd-compat/openssl-compat.c] Bug #1707: Call OPENSSL_config()