From e9b7d720c8de6c293a3632c1fbf02cfa9c542923 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 22 Jan 2003 16:21:02 +1100 Subject: unbreak for PAM case --- auth-passwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-passwd.c b/auth-passwd.c index cbf093f0..d419fa0d 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -92,8 +92,8 @@ extern char *aixloginmsg; int auth_password(Authctxt *authctxt, const char *password) { -#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) struct passwd * pw = authctxt->pw; +#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) char *encrypted_password; char *pw_password; char *salt; -- cgit v1.2.3