=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- src/usr.bin/cvs/Attic/proto.c 2005/07/19 00:51:01 1.61 +++ src/usr.bin/cvs/Attic/proto.c 2005/07/19 15:30:37 1.62 @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.c,v 1.61 2005/07/19 00:51:01 joris Exp $ */ +/* $OpenBSD: proto.c,v 1.62 2005/07/19 15:30:37 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -306,9 +306,8 @@ return (-1); } - /* send the CVSROOT to the server unless it's an init */ - if ((cvs_cmdop != CVS_OP_INIT) && - (cvs_sendreq(root, CVS_REQ_ROOT, root->cr_dir) < 0)) + /* send the CVSROOT to the server */ + if (cvs_sendreq(root, CVS_REQ_ROOT, root->cr_dir) < 0) return (-1); /* don't fail if this request doesn't work */