diff options
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | /* |