summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth1.c b/auth1.c
index cba3f7d61..c2d99895f 100644
--- a/auth1.c
+++ b/auth1.c
@@ -395,8 +395,7 @@ do_authentication(void)
395 setproctitle("%s", pw ? user : "unknown"); 395 setproctitle("%s", pw ? user : "unknown");
396 396
397#ifdef USE_PAM 397#ifdef USE_PAM
398 if (pw) 398 start_pam(pw == NULL ? "NOUSER" : user);
399 start_pam(user);
400#endif 399#endif
401 400
402 /* 401 /*