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

Diff for /src/usr.bin/cvs/Attic/proto.c between version 1.60 and 1.61

version 1.60, 2005/07/18 06:58:48 version 1.61, 2005/07/19 00:51:01
Line 316 
Line 316 
                 cvs_log(LP_WARN, "failed to get remote version");                  cvs_log(LP_WARN, "failed to get remote version");
   
         /* now share our global options with the server */          /* now share our global options with the server */
         if ((verbosity == 1) &&          if ((verbosity <= 1) &&
             (cvs_sendreq(root, CVS_REQ_GLOBALOPT, "-q") < 0))              (cvs_sendreq(root, CVS_REQ_GLOBALOPT, "-q") < 0))
                 return (-1);                  return (-1);
         else if ((verbosity == 0) &&          if ((verbosity == 0) &&
             (cvs_sendreq(root, CVS_REQ_GLOBALOPT, "-Q") < 0))              (cvs_sendreq(root, CVS_REQ_GLOBALOPT, "-Q") < 0))
                 return (-1);                  return (-1);
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61