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 0f21c4c7c..ee165a442 100644
--- a/auth1.c
+++ b/auth1.c
@@ -414,7 +414,7 @@ do_authentication()
414 414
415#ifdef USE_PAM 415#ifdef USE_PAM
416 if (pw) 416 if (pw)
417 start_pam(pw); 417 start_pam(user);
418#endif 418#endif
419 419
420 /* 420 /*