From 06f65c16c3d3ab12e27f0d821c247d68ab546a84 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 22 Jan 2003 05:21:02 +0000 Subject: [PATCH] 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; -- 2.45.1