summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/monitor.c b/monitor.c
index c751179b5..081aabbdc 100644
--- a/monitor.c
+++ b/monitor.c
@@ -875,8 +875,8 @@ int
875mm_answer_pam_query(int sock, Buffer *m) 875mm_answer_pam_query(int sock, Buffer *m)
876{ 876{
877 char *name, *info, **prompts; 877 char *name, *info, **prompts;
878 u_int num, *echo_on; 878 u_int i, num, *echo_on;
879 int i, ret; 879 int ret;
880 880
881 debug3("%s", __func__); 881 debug3("%s", __func__);
882 sshpam_authok = NULL; 882 sshpam_authok = NULL;
@@ -909,8 +909,8 @@ int
909mm_answer_pam_respond(int sock, Buffer *m) 909mm_answer_pam_respond(int sock, Buffer *m)
910{ 910{
911 char **resp; 911 char **resp;
912 u_int num; 912 u_int i, num;
913 int i, ret; 913 int ret;
914 914
915 debug3("%s", __func__); 915 debug3("%s", __func__);
916 sshpam_authok = NULL; 916 sshpam_authok = NULL;