[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.43 and 1.44

version 1.43, 1999/12/01 14:24:38 version 1.44, 1999/12/01 16:51:19
Line 1116 
Line 1116 
         u_int32_t rand = 0;          u_int32_t rand = 0;
   
         /*          /*
          * Turn of check_host_ip for proxy connects, since           * Turn off check_host_ip for proxy connects, since
          * we don't have the remote ip-address           * we don't have the remote ip-address
          */           */
         if (options.proxy_command != NULL && options.check_host_ip)          if (options.proxy_command != NULL && options.check_host_ip)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44