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

Diff for /src/usr.bin/cvs/edit.c between version 1.27 and 1.28

version 1.27, 2007/01/11 02:35:55 version 1.28, 2007/01/11 08:09:55
Line 224 
Line 224 
         cr.leavedir = NULL;          cr.leavedir = NULL;
   
         if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) {          if (current_cvsroot->cr_method != CVS_METHOD_LOCAL) {
                   cvs_client_connect_to_server();
                 cr.fileproc = cvs_client_sendfile;                  cr.fileproc = cvs_client_sendfile;
   
                 if (!(flags & CR_RECURSE_DIRS))                  if (!(flags & CR_RECURSE_DIRS))

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28