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

Diff for /src/usr.bin/cvs/version.c between version 1.22 and 1.23

version 1.22, 2006/11/14 09:47:52 version 1.23, 2007/01/11 02:35:55
Line 43 
Line 43 
   
         if (current_cvsroot != NULL &&          if (current_cvsroot != NULL &&
             current_cvsroot->cr_method != CVS_METHOD_LOCAL) {              current_cvsroot->cr_method != CVS_METHOD_LOCAL) {
                   cvs_client_connect_to_server();
                 cvs_client_send_request("version");                  cvs_client_send_request("version");
                 /* XXX: better way to handle server response? */                  /* XXX: better way to handle server response? */
                 cvs_printf("Server: ");                  cvs_printf("Server: ");

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23