[BACK]Return to sshconnect.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.41 and 1.42

version 1.41, 1999/12/01 13:59:15 version 1.42, 1999/12/01 14:07:22
Line 1030 
Line 1030 
         int payload_len, clen, sum_len = 0;          int payload_len, clen, sum_len = 0;
         u_int32_t rand = 0;          u_int32_t rand = 0;
   
           /*
            * Turn of check_host_ip for proxy connects, since
            * we don't have the remote ip-address
            */
           if (options.proxy_command != NULL && options.check_host_ip)
                   options.check_host_ip = 0;
   
         if (options.check_host_ip)          if (options.check_host_ip)
                 ip = xstrdup(inet_ntoa(hostaddr->sin_addr));                  ip = xstrdup(inet_ntoa(hostaddr->sin_addr));
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42