diff options
author | Damien Miller <djm@mindrot.org> | 2005-07-17 09:04:47 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-07-17 09:04:47 +0200 |
commit | 94cf4c8448bab8f1ad563868089bb0ea1ff92213 (patch) | |
tree | 1a0752ba64d6b7ccfdcd824ad55a76523e659a87 /auth-shadow.c | |
parent | - djm@cvs.openbsd.org 2005/07/16 01:35:24 (diff) | |
download | openssh-94cf4c8448bab8f1ad563868089bb0ea1ff92213.tar.xz openssh-94cf4c8448bab8f1ad563868089bb0ea1ff92213.zip |
- (djm) [acss.c auth-pam.c auth-shadow.c auth-skey.c auth1.c canohost.c]
[cipher-acss.c loginrec.c ssh-rand-helper.c sshd.c] Fix whitespace at EOL
in portable too ("perl -p -i -e 's/\s+$/\n/' *.[ch]")
Diffstat (limited to 'auth-shadow.c')
-rw-r--r-- | auth-shadow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-shadow.c b/auth-shadow.c index f6004f68f..59737b93c 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$Id: auth-shadow.c,v 1.6 2005/02/16 03:20:06 dtucker Exp $"); +RCSID("$Id: auth-shadow.c,v 1.7 2005/07/17 07:04:47 djm Exp $"); #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) #include <shadow.h> @@ -101,7 +101,7 @@ auth_shadow_pwexpired(Authctxt *ctxt) #if defined(__hpux) && !defined(HAVE_SECUREWARE) if (iscomsec()) { struct pr_passwd *pr; - + pr = getprpwnam((char *)user); /* Test for Trusted Mode expiry disabled */ |