- markus@cvs.openbsd.org 2001/10/09 19:51:18
     [serverloop.c]
     close all channels if the connection to the remote host has been closed,
     should fix sshd's hanging with WCHAN==wait
diff --git a/ChangeLog b/ChangeLog
index 93f90af..2eda5e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,10 @@
    - markus@cvs.openbsd.org 2001/10/09 19:32:49
      [session.c]
      stat subsystem command before calling do_exec, and return error to client.
+   - markus@cvs.openbsd.org 2001/10/09 19:51:18
+     [serverloop.c]
+     close all channels if the connection to the remote host has been closed,
+     should fix sshd's hanging with WCHAN==wait
 
 20011007
  - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.
@@ -6685,4 +6689,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1596 2001/10/10 05:08:06 djm Exp $
+$Id: ChangeLog,v 1.1597 2001/10/10 05:08:36 djm Exp $