summaryrefslogtreecommitdiffstats
path: root/auth1.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-27 16:50:03 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-27 16:50:03 +0000
commit53f1830d6a31f646a2476ef5e1d3a7f9c5706d0b (patch)
tree92b67dcdbc093b4a3032d3933d521164e4632919 /auth1.c
parent28364ecf4536bbeb1f1d3564de61489ec80f4b93 (diff)
- (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
kent@lysator.liu.se
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 8553bfa2..4f33fa87 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
/*