From 53f1830d6a31f646a2476ef5e1d3a7f9c5706d0b Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 27 Mar 2002 16:50:03 +0000 Subject: - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by kent@lysator.liu.se --- ChangeLog | 6 +++++- auth1.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a6c14af3..559538b4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20020327 + - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by + kent@lysator.liu.se + 20020325 - (stevesk) import OpenBSD as "openbsd-compat/tree.h" - (bal) OpenBSD CVS Sync @@ -8060,4 +8064,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1991 2002/03/26 03:42:20 mouring Exp $ +$Id: ChangeLog,v 1.1992 2002/03/27 16:50:03 mouring Exp $ diff --git a/auth1.c b/auth1.c index 8553bfa2f..4f33fa878 100644 --- a/auth1.c +++ b/auth1.c @@ -389,7 +389,7 @@ do_authentication(void) use_privsep ? " [net]" : ""); #ifdef USE_PAM - start_pam(pw == NULL ? "NOUSER" : user); + start_pam(authctxt->pw == NULL ? "NOUSER" : user); #endif /* -- cgit v1.2.3