diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-02-14 21:07:21 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-02-14 21:07:21 +0000 |
| commit | db903103f46785ea0bba0f228691e1f8fb3a643d (patch) | |
| tree | 74026f96189cd1c487ea2c8e038b921e3861e1b1 /session.c | |
| parent | 82e5fdc50050d6dccf1f547818312aebd3b6626e (diff) | |
Vendor import of OpenSSH 8.3p1vendor/openssh/8.3p1
Diffstat (limited to 'session.c')
| -rw-r--r-- | session.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/session.c b/session.c index 8c0e54f795d3..18cdfa8cf450 100644 --- a/session.c +++ b/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.318 2020/01/23 07:10:22 dtucker Exp $ */ +/* $OpenBSD: session.c,v 1.319 2020/03/13 03:17:07 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -1017,7 +1017,7 @@ do_setup_env(struct ssh *ssh, Session *s, const char *shell) #ifdef GSSAPI /* Allow any GSSAPI methods that we've used to alter - * the childs environment as they see fit + * the child's environment as they see fit */ ssh_gssapi_do_child(&env, &envsize); #endif @@ -2412,7 +2412,7 @@ session_exit_message(struct ssh *ssh, Session *s, int status) /* * Adjust cleanup callback attachment to send close messages when * the channel gets EOF. The session will be then be closed - * by session_close_by_channel when the childs close their fds. + * by session_close_by_channel when the child sessions close their fds. */ channel_register_cleanup(ssh, c->self, session_close_by_channel, 1); |
