[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.258 and 1.259

version 1.258, 2014/02/02 03:44:31 version 1.259, 2014/04/29 13:10:30
Line 2036 
Line 2036 
                 }                  }
                 packet_check_eom();                  packet_check_eom();
         }          }
         if (reply && c != NULL) {          if (reply && c != NULL && !(c->flags & CHAN_CLOSE_SENT)) {
                 packet_start(success ?                  packet_start(success ?
                     SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);                      SSH2_MSG_CHANNEL_SUCCESS : SSH2_MSG_CHANNEL_FAILURE);
                 packet_put_int(c->remote_id);                  packet_put_int(c->remote_id);

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259