[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.91 and 1.92

version 1.91, 2001/02/15 23:19:59 version 1.92, 2001/02/16 13:38:18
Line 800 
Line 800 
                                 memset(buffer_ptr(&c->output), 0, len);                                  memset(buffer_ptr(&c->output), 0, len);
                                 packet_put_string(buffer_ptr(&c->output), len);                                  packet_put_string(buffer_ptr(&c->output), len);
                                 packet_send();                                  packet_send();
                                 debug("channel: %d simulate echo (%d)", c->self, len);  
                         }                          }
                 }                  }
                 buffer_consume(&c->output, len);                  buffer_consume(&c->output, len);

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92