=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.84.2.4 retrieving revision 1.84.2.5 diff -u -r1.84.2.4 -r1.84.2.5 --- src/usr.bin/ssh/clientloop.c 2002/06/22 07:23:17 1.84.2.4 +++ src/usr.bin/ssh/clientloop.c 2002/06/26 18:22:34 1.84.2.5 @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.84.2.4 2002/06/22 07:23:17 miod Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.84.2.5 2002/06/26 18:22:34 miod Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1208,10 +1208,8 @@ { Channel *c = NULL; char *ctype; - u_int len; int rchan; - int rmaxpack; - int rwindow; + u_int rmaxpack, rwindow, len; ctype = packet_get_string(&len); rchan = packet_get_int();