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

Diff for /src/usr.bin/ssh/ssh_api.c between version 1.2 and 1.3

version 1.2, 2015/01/26 06:10:03 version 1.3, 2015/01/30 01:13:33
Line 83 
Line 83 
                 called = 1;                  called = 1;
         }          }
   
         ssh = ssh_packet_set_connection(NULL, -1, -1);          if ((ssh = ssh_packet_set_connection(NULL, -1, -1)) == NULL)
                   return SSH_ERR_ALLOC_FAIL;
         if (is_server)          if (is_server)
                 ssh_packet_set_server(ssh);                  ssh_packet_set_server(ssh);
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3