[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.49 and 1.50

version 1.49, 2010/11/29 23:45:51 version 1.50, 2010/12/04 13:31:37
Line 314 
Line 314 
                 num_loaded++;                  num_loaded++;
         }          }
         debug3("%s: loaded %lu keys", __func__, num_loaded);          debug3("%s: loaded %lu keys", __func__, num_loaded);
           fclose(f);
         return;          return;
 }  }
   

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50