summaryrefslogtreecommitdiffstats
path: root/session.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 04:58:55 +0200
committerDamien Miller <djm@mindrot.org>2006-03-26 04:58:55 +0200
commitc91e556d8a2cf97a5d7075154d39eb8fd4098fe4 (patch)
treea1fc7a2f2fd92087fd6eb3dff354d9982c62733e /session.c
parent - deraadt@cvs.openbsd.org 2006/03/19 18:52:11 (diff)
downloadopenssh-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index 6efaf659d..b71a2c71a 100644
--- a/session.c
+++ b/session.c
@@ -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);