[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.146 and 1.147

version 1.146, 2001/10/01 21:38:53 version 1.147, 2001/10/08 19:05:05
Line 661 
Line 661 
   
         /* Open a connection to the remote host. */          /* Open a connection to the remote host. */
   
         cerr = ssh_connect(host, &hostaddr, options.port,          cerr = ssh_connect(host, &hostaddr, options.port, IPv4or6,
             options.connection_attempts,              options.connection_attempts,
             original_effective_uid != 0 || !options.use_privileged_port,              original_effective_uid != 0 || !options.use_privileged_port,
             pw, options.proxy_command);              pw, options.proxy_command);

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147