diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-02-01 13:52:27 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-02-01 13:52:27 +0000 |
commit | 0bca6efbc7bd60b1a4953c4425126681aecbb888 (patch) | |
tree | 9c2eeaba17d12ce947b7b23efd5e442613b424e9 /usr.bin/ssh/sshd.c | |
parent | fbc9eda1a3581af19c8ef1d8a1396a25cce77da7 (diff) |
oops, fix comment, too.
Diffstat (limited to 'usr.bin/ssh/sshd.c')
-rw-r--r-- | usr.bin/ssh/sshd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index 9269055c9f7..c54fa66ab43 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -11,7 +11,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.83 2000/01/31 23:57:01 markus Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.84 2000/02/01 13:52:26 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -2129,7 +2129,7 @@ do_exec_pty(const char *command, int ptyfd, int ttyfd, /* Enter interactive session. */ server_loop(pid, ptyfd, fdout, -1); - /* server_loop has not closed ptyfd and fdout. */ + /* server_loop _has_ closed ptyfd and fdout. */ /* Cancel the cleanup function. */ fatal_remove_cleanup(pty_cleanup_proc, (void *) &cleanup_context); |