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

Diff for /src/usr.bin/ssh/packet.c between version 1.217 and 1.218

version 1.217, 2015/11/08 21:59:11 version 1.218, 2015/12/04 16:41:28
Line 1204 
Line 1204 
                 if ((type < SSH2_MSG_TRANSPORT_MIN) ||                  if ((type < SSH2_MSG_TRANSPORT_MIN) ||
                     (type > SSH2_MSG_TRANSPORT_MAX) ||                      (type > SSH2_MSG_TRANSPORT_MAX) ||
                     (type == SSH2_MSG_SERVICE_REQUEST) ||                      (type == SSH2_MSG_SERVICE_REQUEST) ||
                     (type == SSH2_MSG_SERVICE_ACCEPT)) {                      (type == SSH2_MSG_SERVICE_ACCEPT) ||
                       (type == SSH2_MSG_EXT_INFO)) {
                         debug("enqueue packet: %u", type);                          debug("enqueue packet: %u", type);
                         p = calloc(1, sizeof(*p));                          p = calloc(1, sizeof(*p));
                         if (p == NULL)                          if (p == NULL)

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218