summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 3a3d2f03b..3fc9253e4 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1127,9 +1127,7 @@ extern KbdintDevice sshpam_device;
1127int 1127int
1128mm_answer_pam_init_ctx(int sock, Buffer *m) 1128mm_answer_pam_init_ctx(int sock, Buffer *m)
1129{ 1129{
1130
1131 debug3("%s", __func__); 1130 debug3("%s", __func__);
1132 authctxt->user = buffer_get_string(m, NULL);
1133 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt); 1131 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt);
1134 sshpam_authok = NULL; 1132 sshpam_authok = NULL;
1135 buffer_clear(m); 1133 buffer_clear(m);