diff options
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1084,9 +1084,7 @@ extern KbdintDevice sshpam_device; | |||
1084 | int | 1084 | int |
1085 | mm_answer_pam_init_ctx(int sock, Buffer *m) | 1085 | mm_answer_pam_init_ctx(int sock, Buffer *m) |
1086 | { | 1086 | { |
1087 | |||
1088 | debug3("%s", __func__); | 1087 | debug3("%s", __func__); |
1089 | authctxt->user = buffer_get_string(m, NULL); | ||
1090 | sshpam_ctxt = (sshpam_device.init_ctx)(authctxt); | 1088 | sshpam_ctxt = (sshpam_device.init_ctx)(authctxt); |
1091 | sshpam_authok = NULL; | 1089 | sshpam_authok = NULL; |
1092 | buffer_clear(m); | 1090 | buffer_clear(m); |