summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-24 13:37:13 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-24 13:37:13 +1000
commit12984968fb4efab7974e245e2d8a263149d6ace7 (patch)
treeff095013dfc0e6d1e2c876bdba2b855e320138ee
parentb53355eca5dc476aaaf53c49ef145c397c5c2275 (diff)
- (dtucker) [sshd.c] Fix typo in comment.
-rw-r--r--ChangeLog3
-rw-r--r--sshd.c2
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 @@
28 - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread" 28 - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
29 is terminated if the privsep slave exits during keyboard-interactive 29 is terminated if the privsep slave exits during keyboard-interactive
30 authentication. ok djm@ 30 authentication. ok djm@
31 - (dtucker) [sshd.c] Fix typo in comment.
31 32
3220040523 3320040523
33 - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in 34 - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in
@@ -1157,4 +1158,4 @@
1157 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1158 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1158 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1159 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1159 1160
1160$Id: ChangeLog,v 1.3366 2004/05/24 01:55:36 dtucker Exp $ 1161$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)
935 unsetenv("KRB5CCNAME"); 935 unsetenv("KRB5CCNAME");
936#endif /* _AIX */ 936#endif /* _AIX */
937#ifdef _UNICOS 937#ifdef _UNICOS
938 /* Cray can define user privs drop all prives now! 938 /* Cray can define user privs drop all privs now!
939 * Not needed on PRIV_SU systems! 939 * Not needed on PRIV_SU systems!
940 */ 940 */
941 drop_cray_privs(); 941 drop_cray_privs();