diff options
author | Damien Miller <djm@mindrot.org> | 2010-05-10 11:53:02 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-05-10 11:53:02 +1000 |
commit | 85c50d7858424aa38a560142c04c93a70d50dff7 (patch) | |
tree | f409fb156f7cc784c490627e642abf21637953a0 /ChangeLog | |
parent | 50af79b1186b26425d100b1cf1ba615b72124c0e (diff) |
- djm@cvs.openbsd.org 2010/04/23 22:27:38
[mux.c]
set "detach_close" flag when registering channel cleanup callbacks.
This causes the channel to close normally when its fds close and
hangs when terminating a mux slave using ~. bz#1758; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ | |||
5 | bz#1740: display a more helpful error message when $HOME is | 5 | bz#1740: display a more helpful error message when $HOME is |
6 | inaccessible while trying to create .ssh directory. Based on patch | 6 | inaccessible while trying to create .ssh directory. Based on patch |
7 | from jchadima AT redhat.com; ok dtucker@ | 7 | from jchadima AT redhat.com; ok dtucker@ |
8 | - djm@cvs.openbsd.org 2010/04/23 22:27:38 | ||
9 | [mux.c] | ||
10 | set "detach_close" flag when registering channel cleanup callbacks. | ||
11 | This causes the channel to close normally when its fds close and | ||
12 | hangs when terminating a mux slave using ~. bz#1758; ok markus@ | ||
8 | 13 | ||
9 | 20100423 | 14 | 20100423 |
10 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir | 15 | - (dtucker) [configure.ac] Bug #1756: Check for the existence of a lib64 dir |