[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.23 and 1.24

version 1.23, 2005/06/02 20:12:06 version 1.24, 2005/06/07 16:22:19
Line 229 
Line 229 
         if (cmd->cmd_cleanup != NULL)          if (cmd->cmd_cleanup != NULL)
                 (*cmd->cmd_cleanup)();                  (*cmd->cmd_cleanup)();
   
           if (root->cr_method != CVS_METHOD_LOCAL)
                   cvs_disconnect(root);
   
         return (0);          return (0);
 }  }

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