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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.108 and 1.109

version 1.108, 2017/03/10 03:18:24 version 1.109, 2017/03/10 04:26:06
Line 307 
Line 307 
         const char *known_host, *hashed;          const char *known_host, *hashed;
   
         hostport = put_host_port(host, ssh_port);          hostport = put_host_port(host, ssh_port);
           lowercase(hostport);
         if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL)          if (hash_hosts && (hashed = host_hash(host, NULL, 0)) == NULL)
                 fatal("host_hash failed");                  fatal("host_hash failed");
         known_host = hash_hosts ? hashed : hostport;          known_host = hash_hosts ? hashed : hostport;

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109