summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-06 23:29:16 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-06 23:29:16 +0000
commit6db66ff3877f52110cda3104e798d91091af7200 (patch)
tree29ce760512a91bdd7bdc6a7961e3d851404afeff /sshd.c
parentff2866cf5198be7669423641538bb910080ee029 (diff)
- (bal) Second around of UNICOS patches. A few other things left.
Patches by William L. Jones <jones@mail.utexas.edu>
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index d1c68445d..b6adc38cb 100644
--- a/sshd.c
+++ b/sshd.c
@@ -679,6 +679,13 @@ main(int ac, char **av)
679 options.log_facility == -1 ? SYSLOG_FACILITY_AUTH : options.log_facility, 679 options.log_facility == -1 ? SYSLOG_FACILITY_AUTH : options.log_facility,
680 !inetd_flag); 680 !inetd_flag);
681 681
682#ifdef _CRAY
683 /* Cray can define user privs drop all prives now!
684 * Not needed on PRIV_SU systems!
685 */
686 drop_cray_privs();
687#endif
688
682 seed_rng(); 689 seed_rng();
683 690
684 /* Read server configuration options from the configuration file. */ 691 /* Read server configuration options from the configuration file. */