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

Diff for /src/usr.bin/cvs/file.c between version 1.220 and 1.221

version 1.220, 2008/02/10 10:21:42 version 1.221, 2008/02/10 14:00:41
Line 238 
Line 238 
         cf->file_status = cf->file_flags = 0;          cf->file_status = cf->file_flags = 0;
         cf->file_ent = NULL;          cf->file_ent = NULL;
   
           if (current_cvsroot->cr_method != CVS_METHOD_LOCAL ||
               cvs_server_active == 1)
                   cvs_validate_directory(cf->file_path);
   
         return (cf);          return (cf);
 }  }
   

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221