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

Diff for /src/usr.bin/ssh/readconf.c between version 1.168 and 1.169

version 1.168, 2008/11/01 17:40:33 version 1.169, 2008/11/03 01:07:02
Line 937 
Line 937 
         int active, linenum;          int active, linenum;
         int bad_options = 0;          int bad_options = 0;
   
         /* Open the file. */  
         if ((f = fopen(filename, "r")) == NULL)          if ((f = fopen(filename, "r")) == NULL)
                 return 0;                  return 0;
   

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169