summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
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 8553bfa2f..4f33fa878 100644
--- a/auth1.c
+++ b/auth1.c
@@ -389,7 +389,7 @@ do_authentication(void)
389 use_privsep ? " [net]" : ""); 389 use_privsep ? " [net]" : "");
390 390
391#ifdef USE_PAM 391#ifdef USE_PAM
392 start_pam(pw == NULL ? "NOUSER" : user); 392 start_pam(authctxt->pw == NULL ? "NOUSER" : user);
393#endif 393#endif
394 394
395 /* 395 /*