From: dtucker Date: Mon, 24 May 2004 03:37:13 +0000 (+0000) Subject: - (dtucker) [sshd.c] Fix typo in comment. X-Git-Tag: V_3_9_P1~152 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/e5ba4718e935294079c084d4f8373f002cc25400?hp=8a956cda5634d0ea4e83dcfe6aa4d02592f5b781 - (dtucker) [sshd.c] Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index e9c425c7..2abf2d65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,7 @@ - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread" is terminated if the privsep slave exits during keyboard-interactive authentication. ok djm@ + - (dtucker) [sshd.c] Fix typo in comment. 20040523 - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in diff --git a/sshd.c b/sshd.c index 696978f0..332a189e 100644 --- a/sshd.c +++ b/sshd.c @@ -935,7 +935,7 @@ main(int ac, char **av) unsetenv("KRB5CCNAME"); #endif /* _AIX */ #ifdef _UNICOS - /* Cray can define user privs drop all prives now! + /* Cray can define user privs drop all privs now! * Not needed on PRIV_SU systems! */ drop_cray_privs();