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

Diff for /src/usr.bin/cvs/tag.c between version 1.86 and 1.87

version 1.86, 2017/05/31 16:13:25 version 1.87, 2017/06/01 08:08:24
Line 156 
Line 156 
         cr.enterdir = NULL;          cr.enterdir = NULL;
         cr.leavedir = NULL;          cr.leavedir = NULL;
   
         if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) {          if (cvsroot_is_remote()) {
                 cvs_client_connect_to_server();                  cvs_client_connect_to_server();
                 cr.fileproc = cvs_client_sendfile;                  cr.fileproc = cvs_client_sendfile;
   

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87