[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.178 and 1.179

version 1.178, 2002/06/11 23:03:54 version 1.179, 2002/06/12 01:09:52
Line 596 
Line 596 
         if (ssh_connect(host, &hostaddr, options.port, IPv4or6,          if (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,
             options.proxy_command) < 0)              options.proxy_command) != 0)
                 exit(1);                  exit(1);
   
         /*          /*

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.179