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

Diff for /src/usr.bin/cvs/cmd.c between version 1.32 and 1.33

version 1.32, 2005/07/25 12:05:43 version 1.33, 2005/07/26 16:03:20
Line 171 
Line 171 
         if (!(cmd->cmd_flags & CVS_CMD_ALLOWSPEC) && (argc > 0))          if (!(cmd->cmd_flags & CVS_CMD_ALLOWSPEC) && (argc > 0))
                 return (CVS_EX_USAGE);                  return (CVS_EX_USAGE);
   
           cvs_log(LP_TRACE, "cvs_startcmd() CVSROOT=%s", root->cr_str);
   
         if ((root->cr_method != CVS_METHOD_LOCAL) && (cvs_connect(root) < 0))          if ((root->cr_method != CVS_METHOD_LOCAL) && (cvs_connect(root) < 0))
                 return (CVS_EX_PROTO);                  return (CVS_EX_PROTO);
   
         cvs_log(LP_TRACE, "cvs_startcmd() CVSROOT=%s", root->cr_str);  
   
         if (cmd->cmd_pre_exec != NULL) {          if (cmd->cmd_pre_exec != NULL) {
                 if ((ret = cmd->cmd_pre_exec(root)) != 0)                  if ((ret = cmd->cmd_pre_exec(root)) != 0)

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33