From e5ba4718e935294079c084d4f8373f002cc25400 Mon Sep 17 00:00:00 2001 From: dtucker Date: Mon, 24 May 2004 03:37:13 +0000 Subject: [PATCH] - (dtucker) [sshd.c] Fix typo in comment. --- ChangeLog | 1 + sshd.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.45.2