[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.225 and 1.226

version 1.225, 2010/11/21 01:01:13 version 1.226, 2010/11/23 23:57:24
Line 1915 
Line 1915 
                 }                  }
                 packet_check_eom();                  packet_check_eom();
         }          }
         if (reply) {          if (reply && c != NULL) {
                 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.225  
changed lines
  Added in v.1.226