[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.177 and 1.178

version 1.177, 2006/03/19 18:51:19 version 1.178, 2006/03/20 18:42:27
Line 917 
Line 917 
         host = xstrdup(orighost);          host = xstrdup(orighost);
         for (cp = host; *cp; cp++)          for (cp = host; *cp; cp++)
                 if (isupper(*cp))                  if (isupper(*cp))
                         *cp = tolower(*cp);                          *cp = (char)tolower(*cp);
   
         /* Exchange protocol version identification strings with the server. */          /* Exchange protocol version identification strings with the server. */
         ssh_exchange_identification();          ssh_exchange_identification();

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