[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.109 and 1.110

version 1.109, 2001/04/17 12:55:03 version 1.110, 2001/04/29 19:16:52
Line 1534 
Line 1534 
                     "non-opening channel %d.", id);                      "non-opening channel %d.", id);
         if (compat20) {          if (compat20) {
                 reason = packet_get_int();                  reason = packet_get_int();
                 if (packet_remaining() > 0) {                  if (!(datafellows & SSH_BUG_OPENFAILURE)) {
                         msg  = packet_get_string(NULL);                          msg  = packet_get_string(NULL);
                         lang = packet_get_string(NULL);                          lang = packet_get_string(NULL);
                 }                  }

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110