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

Diff for /src/usr.bin/cvs/remove.c between version 1.59 and 1.60

version 1.59, 2007/01/03 22:56:54 version 1.60, 2007/01/11 02:35:55
Line 78 
Line 78 
                 cvs_file_run(1, &arg, &cr);                  cvs_file_run(1, &arg, &cr);
   
         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.59  
changed lines
  Added in v.1.60