[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.496 and 1.497

version 1.496, 2018/11/23 05:08:07 version 1.497, 2018/12/27 03:25:25
Line 1463 
Line 1463 
         signal(SIGCHLD, main_sigchld_handler);          signal(SIGCHLD, main_sigchld_handler);
   
         /* Log into the remote system.  Never returns if the login fails. */          /* Log into the remote system.  Never returns if the login fails. */
         ssh_login(&sensitive_data, host, (struct sockaddr *)&hostaddr,          ssh_login(ssh, &sensitive_data, host, (struct sockaddr *)&hostaddr,
             options.port, pw, timeout_ms);              options.port, pw, timeout_ms);
   
         if (packet_connection_is_on_socket()) {          if (packet_connection_is_on_socket()) {

Legend:
Removed from v.1.496  
changed lines
  Added in v.1.497