]> andersk Git - openssh.git/blobdiff - session.c
- deraadt@cvs.openbsd.org 2006/03/19 18:53:12
[openssh.git] / session.c
index 6efaf659d1c9436f1be943e93b7f6d60c2cd36b7..b71a2c71a883866b745447b660f855655e469328 100644 (file)
--- 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);
This page took 0.990832 seconds and 4 git commands to generate.