summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sshd.c b/sshd.c
index 17931068d..7466d5a44 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1602,13 +1602,6 @@ main(int ac, char **av)
1602 if (getenv("KRB5CCNAME") != NULL) 1602 if (getenv("KRB5CCNAME") != NULL)
1603 (void) unsetenv("KRB5CCNAME"); 1603 (void) unsetenv("KRB5CCNAME");
1604 1604
1605#ifdef _UNICOS
1606 /* Cray can define user privs drop all privs now!
1607 * Not needed on PRIV_SU systems!
1608 */
1609 drop_cray_privs();
1610#endif
1611
1612 sensitive_data.have_ssh2_key = 0; 1605 sensitive_data.have_ssh2_key = 0;
1613 1606
1614 /* 1607 /*