[BACK]Return to clientloop.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/clientloop.c between version 1.84.2.4 and 1.84.2.5

version 1.84.2.4, 2002/06/22 07:23:17 version 1.84.2.5, 2002/06/26 18:22:34
Line 1208 
Line 1208 
 {  {
         Channel *c = NULL;          Channel *c = NULL;
         char *ctype;          char *ctype;
         u_int len;  
         int rchan;          int rchan;
         int rmaxpack;          u_int rmaxpack, rwindow, len;
         int rwindow;  
   
         ctype = packet_get_string(&len);          ctype = packet_get_string(&len);
         rchan = packet_get_int();          rchan = packet_get_int();

Legend:
Removed from v.1.84.2.4  
changed lines
  Added in v.1.84.2.5