- (dtucker) [sshd.c] Fix typo in comment.

This commit is contained in:
Darren Tucker 2004-05-24 13:37:13 +10:00
parent b53355eca5
commit 12984968fb
2 changed files with 3 additions and 2 deletions

View File

@ -28,6 +28,7 @@
- (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread" - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
is terminated if the privsep slave exits during keyboard-interactive is terminated if the privsep slave exits during keyboard-interactive
authentication. ok djm@ authentication. ok djm@
- (dtucker) [sshd.c] Fix typo in comment.
20040523 20040523
- (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in - (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) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu - (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 $

2
sshd.c
View File

@ -935,7 +935,7 @@ main(int ac, char **av)
unsetenv("KRB5CCNAME"); unsetenv("KRB5CCNAME");
#endif /* _AIX */ #endif /* _AIX */
#ifdef _UNICOS #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! * Not needed on PRIV_SU systems!
*/ */
drop_cray_privs(); drop_cray_privs();