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

Diff for /src/usr.bin/ssh/hostfile.c between version 1.18 and 1.18.2.2

version 1.18, 2000/04/29 18:11:52 version 1.18.2.2, 2000/09/01 18:23:20
Line 129 
Line 129 
                         ;                          ;
   
                 /* Check if the host name matches. */                  /* Check if the host name matches. */
                 if (!match_hostname(host, cp, (unsigned int) (cp2 - cp)))                  if (match_hostname(host, cp, (unsigned int) (cp2 - cp)) != 1)
                         continue;                          continue;
   
                 /* Got a match.  Skip host name. */                  /* Got a match.  Skip host name. */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.2.2