From 12984968fb4efab7974e245e2d8a263149d6ace7 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 24 May 2004 13:37:13 +1000 Subject: - (dtucker) [sshd.c] Fix typo in comment. --- ChangeLog | 3 ++- sshd.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc6b40dae..fdf691674 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 @@ -1157,4 +1158,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3366 2004/05/24 01:55:36 dtucker Exp $ +$Id: ChangeLog,v 1.3367 2004/05/24 03:37:13 dtucker Exp $ diff --git a/sshd.c b/sshd.c index 696978f00..332a189e8 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(); -- cgit v1.2.3