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

Diff for /src/usr.bin/ssh/channels.c between version 1.176 and 1.177

version 1.176, 2002/06/23 21:06:41 version 1.177, 2002/06/23 21:34:07
Line 1717 
Line 1717 
 channel_input_extended_data(int type, u_int32_t seq, void *ctxt)  channel_input_extended_data(int type, u_int32_t seq, void *ctxt)
 {  {
         int id;          int id;
         int tcode;  
         char *data;          char *data;
         u_int data_len;          u_int data_len, tcode;
         Channel *c;          Channel *c;
   
         /* Get the channel number and verify it. */          /* Get the channel number and verify it. */

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177