summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-09-14 12:45:47 +0000
committerColin Watson <cjwatson@debian.org>2005-09-14 12:45:47 +0000
commit9b71add4cecf753c45f5fbd6ff0913bc95b3e95d (patch)
treed4ea8fdb30c7949c6433f5277c39548ea579d4dc /monitor.c
parented07bcbea56007ab5b218ddf3aa6a7d4e21966e0 (diff)
parent16704d57999d987fb8d9ba53379841a79f016d67 (diff)
Merge 4.2p1 to the trunk.
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;