[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.272 and 1.273

version 1.272, 2017/06/01 08:08:24 version 1.273, 2017/06/01 08:38:56
Line 372 
Line 372 
                                 cr->fileproc(cf);                                  cr->fileproc(cf);
   
                         if (l->flags & FILE_USER_SUPPLIED) {                          if (l->flags & FILE_USER_SUPPLIED) {
                                 if (cmdp->cmd_flags & CVS_LOCK_REPO)                                  if (cvsroot_is_local() &&
                                       (cmdp->cmd_flags & CVS_LOCK_REPO)) {
                                         cvs_repository_unlock(repo);                                          cvs_repository_unlock(repo);
                                   }
                                 free(cvs_directory_tag);                                  free(cvs_directory_tag);
                                 cvs_directory_tag = NULL;                                  cvs_directory_tag = NULL;
                         }                          }

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273