commit | 85c50d7858424aa38a560142c04c93a70d50dff7 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Mon May 10 11:53:02 2010 +1000 |
committer | Damien Miller <djm@mindrot.org> | Mon May 10 11:53:02 2010 +1000 |
tree | f409fb156f7cc784c490627e642abf21637953a0 | |
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@