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

Diff for /src/usr.bin/ssh/ssh.c between version 1.537 and 1.538

version 1.537, 2020/10/03 09:22:26 version 1.538, 2020/10/12 08:36:36
Line 1521 
Line 1521 
   
         /* Open a connection to the remote host. */          /* Open a connection to the remote host. */
         if (ssh_connect(ssh, host, host_arg, addrs, &hostaddr, options.port,          if (ssh_connect(ssh, host, host_arg, addrs, &hostaddr, options.port,
             options.address_family, options.connection_attempts,              options.connection_attempts,
             &timeout_ms, options.tcp_keep_alive) != 0)              &timeout_ms, options.tcp_keep_alive) != 0)
                 exit(255);                  exit(255);
   

Legend:
Removed from v.1.537  
changed lines
  Added in v.1.538