diff options
author | Colin Watson <cjwatson@debian.org> | 2015-08-22 10:05:45 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-22 10:05:45 +0100 |
commit | 58ddb8ad21f21f5358db0204c4ba9abf94a1ca11 (patch) | |
tree | c55df1f23e6fa0fb87a96d8ec4c06a68c3a82b45 /monitor_wrap.c | |
parent | 544df7a04ae5b5c1fc30be7c445ad685d7a02dc9 (diff) | |
parent | 1dc8d93ce69d6565747eb44446ed117187621b26 (diff) |
Import openssh_7.0p1.orig.tar.gz
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r-- | monitor_wrap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c index e6217b3d4..eac421ba1 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c | |||
@@ -614,7 +614,6 @@ mm_sshpam_init_ctx(Authctxt *authctxt) | |||
614 | 614 | ||
615 | debug3("%s", __func__); | 615 | debug3("%s", __func__); |
616 | buffer_init(&m); | 616 | buffer_init(&m); |
617 | buffer_put_cstring(&m, authctxt->user); | ||
618 | mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PAM_INIT_CTX, &m); | 617 | mm_request_send(pmonitor->m_recvfd, MONITOR_REQ_PAM_INIT_CTX, &m); |
619 | debug3("%s: waiting for MONITOR_ANS_PAM_INIT_CTX", __func__); | 618 | debug3("%s: waiting for MONITOR_ANS_PAM_INIT_CTX", __func__); |
620 | mm_request_receive_expect(pmonitor->m_recvfd, MONITOR_ANS_PAM_INIT_CTX, &m); | 619 | mm_request_receive_expect(pmonitor->m_recvfd, MONITOR_ANS_PAM_INIT_CTX, &m); |