[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.284 and 1.285

version 1.284, 2019/04/18 07:32:57 version 1.285, 2019/06/07 14:18:48
Line 278 
Line 278 
         if (ssh == NULL)          if (ssh == NULL)
                 ssh = ssh_alloc_session_state();                  ssh = ssh_alloc_session_state();
         if (ssh == NULL) {          if (ssh == NULL) {
                 error("%s: cound not allocate state", __func__);                  error("%s: could not allocate state", __func__);
                 return NULL;                  return NULL;
         }          }
         state = ssh->state;          state = ssh->state;

Legend:
Removed from v.1.284  
changed lines
  Added in v.1.285