]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/07/22 17:32:56
authormouring <mouring>
Tue, 23 Jul 2002 21:13:40 +0000 (21:13 +0000)
committermouring <mouring>
Tue, 23 Jul 2002 21:13:40 +0000 (21:13 +0000)
     [monitor.c]
     u_int here; ok provos@

ChangeLog
monitor.c

index f65b33db68d616faedb1d149b82fb05140a90cd2..6dd75a78e69e02375a901b5aa1547b12bd656f92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - markus@cvs.openbsd.org 2002/07/22 11:03:06
      [session.c]
      fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
+   - stevesk@cvs.openbsd.org 2002/07/22 17:32:56
+     [monitor.c]
+     u_int here; ok provos@
+
 20020722
  - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
  - (stevesk) [xmmap.c] missing prototype for fatal()
index 148b02e51dae57949907593a4ec19c5cfc788be5..7da929c6d56a0bc594851c53701ff3f1e6a6f9d4 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -25,7 +25,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: monitor.c,v 1.21 2002/06/27 10:35:47 deraadt Exp $");
+RCSID("$OpenBSD: monitor.c,v 1.22 2002/07/22 17:32:56 stevesk Exp $");
 
 #include <openssl/dh.h>
 
@@ -587,7 +587,8 @@ mm_answer_authpassword(int socket, Buffer *m)
 {
        static int call_count;
        char *passwd;
-       int authenticated, plen;
+       int authenticated;
+       u_int plen;
 
        passwd = buffer_get_string(m, &plen);
        /* Only authenticate if the context is valid */
This page took 0.051024 seconds and 5 git commands to generate.