X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/f83b0f6a23e1f571c0be1556397f25976251355e..b1f0c61269f2e5121405d51d9554777735c8f2bd:/auth-shadow.c diff --git a/auth-shadow.c b/auth-shadow.c index 5762723a..3e27b46c 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -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 */