[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.506 and 1.507

version 1.506, 2019/09/06 14:45:34 version 1.507, 2019/09/13 04:27:35
Line 1348 
Line 1348 
         timeout_ms = options.connection_timeout * 1000;          timeout_ms = options.connection_timeout * 1000;
   
         /* Open a connection to the remote host. */          /* Open a connection to the remote host. */
         if (ssh_connect(ssh, host, addrs, &hostaddr, options.port,          if (ssh_connect(ssh, host_arg, host, addrs, &hostaddr, options.port,
             options.address_family, options.connection_attempts,              options.address_family, 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.506  
changed lines
  Added in v.1.507