summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
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();