diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2003-11-21 11:57:04 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2003-11-21 11:57:04 +0000 |
commit | 180dab3f1b633485c45f775d5cfe95e5550cfc2e (patch) | |
tree | b01f8bb96ce32447519740489d3c7008734ddc8e /usr.bin/ssh/session.c | |
parent | 3894a21f9e757838d4ef511a7cae271649744fae (diff) |
unexpand and delete whitespace at EOL; ok markus@
Diffstat (limited to 'usr.bin/ssh/session.c')
-rw-r--r-- | usr.bin/ssh/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index ae48b1d237f..2a56a3dffa5 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.167 2003/11/04 08:54:09 djm Exp $"); +RCSID("$OpenBSD: session.c,v 1.168 2003/11/21 11:57:03 djm Exp $"); #include "ssh.h" #include "ssh1.h" @@ -781,7 +781,7 @@ do_setup_env(Session *s, const char *shell) env[0] = NULL; #ifdef GSSAPI - /* Allow any GSSAPI methods that we've used to alter + /* Allow any GSSAPI methods that we've used to alter * the childs environment as they see fit */ ssh_gssapi_do_child(&env, &envsize); |