=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/release.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/cvs/release.c 2005/12/24 19:07:52 1.25 --- src/usr.bin/cvs/release.c 2005/12/30 02:03:28 1.26 *************** *** 1,4 **** ! /* $OpenBSD: release.c,v 1.25 2005/12/24 19:07:52 xsa Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: release.c,v 1.26 2005/12/30 02:03:28 joris Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria * All rights reserved. *************** *** 95,102 **** cvs_release_pre_exec(struct cvsroot *root) { if (root->cr_method != CVS_METHOD_LOCAL) { ! if (dflag && cvs_sendarg(root, "-d", 0) < 0) ! return (CVS_EX_PROTO); } return (0); --- 95,102 ---- cvs_release_pre_exec(struct cvsroot *root) { if (root->cr_method != CVS_METHOD_LOCAL) { ! if (dflag) ! cvs_sendarg(root, "-d", 0); } return (0);