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

Diff for /src/usr.bin/cvs/commit.c between version 1.88 and 1.89

version 1.88, 2007/01/07 03:08:15 version 1.89, 2007/01/11 02:35:55
Line 116 
Line 116 
         cvs_file_freelist(&files_added);          cvs_file_freelist(&files_added);
   
         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 (argc > 0)                  if (argc > 0)

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89