[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.148 and 1.149

version 1.148, 2001/10/24 08:41:20 version 1.149, 2001/10/24 08:51:35
Line 732 
Line 732 
         options.user_hostfile2 =          options.user_hostfile2 =
             tilde_expand_filename(options.user_hostfile2, original_real_uid);              tilde_expand_filename(options.user_hostfile2, original_real_uid);
   
           signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE early */
   
         /* Log into the remote system.  This never returns if the login fails. */          /* Log into the remote system.  This never returns if the login fails. */
         ssh_login(sensitive_data.keys, sensitive_data.nkeys,          ssh_login(sensitive_data.keys, sensitive_data.nkeys,
             host, (struct sockaddr *)&hostaddr, pw);              host, (struct sockaddr *)&hostaddr, pw);

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149