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 12ed6fd00..870a6b9e1 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1143,9 +1143,7 @@ extern KbdintDevice sshpam_device;
1143int 1143int
1144mm_answer_pam_init_ctx(int sock, Buffer *m) 1144mm_answer_pam_init_ctx(int sock, Buffer *m)
1145{ 1145{
1146
1147 debug3("%s", __func__); 1146 debug3("%s", __func__);
1148 authctxt->user = buffer_get_string(m, NULL);
1149 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt); 1147 sshpam_ctxt = (sshpam_device.init_ctx)(authctxt);
1150 sshpam_authok = NULL; 1148 sshpam_authok = NULL;
1151 buffer_clear(m); 1149 buffer_clear(m);