diff options
author | Tim Rice <tim@multitalents.net> | 2002-09-26 02:38:46 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-09-26 02:38:46 +0200 |
commit | 81ed518b9b888502cc57b23c02c47634ca508748 (patch) | |
tree | c5e3572dcc8dabd07784d1686d67e560e1685a6f /sshd.c | |
parent | l) Fix issue where successfull login does not clear failure counts (diff) | |
download | openssh-81ed518b9b888502cc57b23c02c47634ca508748.tar.xz openssh-81ed518b9b888502cc57b23c02c47634ca508748.zip |
Cray fixes (bug 367) based on patch from Wendy Palm @ cray.
This does not include the deattack.c fixes.
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -940,7 +940,7 @@ main(int ac, char **av) SYSLOG_FACILITY_AUTH : options.log_facility, !inetd_flag); -#if defined(_CRAY) && !defined(_CRAYSV2) +#ifdef _UNICOS /* Cray can define user privs drop all prives now! * Not needed on PRIV_SU systems! */ |