summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index afa612f4e..1489e7f08 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -764,7 +764,8 @@ mm_sshpam_query(void *ctx, char **name, char **info,
764 u_int *num, char ***prompts, u_int **echo_on) 764 u_int *num, char ***prompts, u_int **echo_on)
765{ 765{
766 Buffer m; 766 Buffer m;
767 int i, ret; 767 u_int i;
768 int ret;
768 769
769 debug3("%s", __func__); 770 debug3("%s", __func__);
770 buffer_init(&m); 771 buffer_init(&m);
@@ -790,7 +791,8 @@ int
790mm_sshpam_respond(void *ctx, u_int num, char **resp) 791mm_sshpam_respond(void *ctx, u_int num, char **resp)
791{ 792{
792 Buffer m; 793 Buffer m;
793 int i, ret; 794 u_int i;
795 int ret;
794 796
795 debug3("%s", __func__); 797 debug3("%s", __func__);
796 buffer_init(&m); 798 buffer_init(&m);