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

Diff for /src/usr.bin/cvs/admin.c between version 1.43 and 1.44

version 1.43, 2007/01/02 00:02:17 version 1.44, 2007/01/11 02:35:55
Line 128 
Line 128 
         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 (alist != NULL)                  if (alist != NULL)

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44