diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-26 04:58:55 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-26 04:58:55 +0200 |
commit | c91e556d8a2cf97a5d7075154d39eb8fd4098fe4 (patch) | |
tree | a1fc7a2f2fd92087fd6eb3dff354d9982c62733e /session.c | |
parent | - deraadt@cvs.openbsd.org 2006/03/19 18:52:11 (diff) | |
download | openssh-c91e556d8a2cf97a5d7075154d39eb8fd4098fe4.tar.xz openssh-c91e556d8a2cf97a5d7075154d39eb8fd4098fe4.zip |
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[kex.c kex.h monitor.c myproposal.h session.c]
spacing
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2190,7 +2190,7 @@ session_exit_message(Session *s, int status) /* * Adjust cleanup callback attachment to send close messages when - * the channel gets EOF. The session will be then be closed + * the channel gets EOF. The session will be then be closed * by session_close_by_channel when the childs close their fds. */ channel_register_cleanup(c->self, session_close_by_channel, 1); |