summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
authordjm <djm>2001-01-19 04:46:38 +0000
committerdjm <djm>2001-01-19 04:46:38 +0000
commit987e04781bf2617663c075daaf8c7498a54b9811 (patch)
tree45dd877db3f15388a4f26c612e4ff9c41f056a50 /auth1.c
parentdecc20c9149a3cbcfd29b50c94fbc38bf63f2c72 (diff)
downloadopenssh-987e04781bf2617663c075daaf8c7498a54b9811.tar.gz
- (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <nalin@redhat.com>)
to fix NULL pointer deref and fake authloop breakage in PAM code.
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 0f21c4c7..ee165a44 100644
--- a/auth1.c
+++ b/auth1.c
@@ -414,7 +414,7 @@ do_authentication()
#ifdef USE_PAM
if (pw)
- start_pam(pw);
+ start_pam(user);
#endif
/*