[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.101 and 1.102

version 1.101, 2002/06/09 13:32:01 version 1.102, 2002/06/24 14:33:27
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.101  
changed lines
  Added in v.1.102