[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.37 and 1.38

version 1.37, 2006/02/07 03:47:05 version 1.38, 2006/03/19 02:23:26
Line 254 
Line 254 
   
                 if (key == NULL) {                  if (key == NULL) {
                         /* we found a key of the requested type */                          /* we found a key of the requested type */
                         if (found->type == keytype)                          if (found->type == keytype) {
                                   fclose(f);
                                 return HOST_FOUND;                                  return HOST_FOUND;
                           }
                         continue;                          continue;
                 }                  }
   

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38