diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-30 19:31:10 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-30 19:31:10 +0000 |
| commit | 5211a9cdb697b0a7ecdcce9ad1431c2bef0d8a96 (patch) | |
| tree | d5b8e042a1e350313c70f3c383da20d82da68262 /security/hpn-ssh/files/patch-auth.c | |
| parent | Add CGI::Session. (diff) | |
give Enviroment from login.conf priority over all others,
problem found by drs@rucus.ru.ac.za.
Notes
Notes:
svn path=/head/; revision=62223
Diffstat (limited to 'security/hpn-ssh/files/patch-auth.c')
| -rw-r--r-- | security/hpn-ssh/files/patch-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hpn-ssh/files/patch-auth.c b/security/hpn-ssh/files/patch-auth.c index 20cef648ab71..7df1c76b240b 100644 --- a/security/hpn-ssh/files/patch-auth.c +++ b/security/hpn-ssh/files/patch-auth.c @@ -4,7 +4,7 @@ } #endif /* WITH_AIXAUTHENTICATE */ -+#ifdef __FreeBSD__ ++#ifdef TEST__FreeBSD__ + /* Fail if the account's expiration time has passed. */ + if (pw->pw_expire != 0) { + struct timeval tv; |
