summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2008-02-04 19:54:22 +0000
committerJoris Vink <joris@cvs.openbsd.org>2008-02-04 19:54:22 +0000
commitbcc7cc18884104e1bdee933cfaa4591317d7cd86 (patch)
tree072a93c4d65e5dae4810f221e5c1c710ea421200
parent2acec1fc45f2cc1e10698ba2abb65d161525a61e (diff)
unbreak add in a remote setup.
bad tobias, no cookie.
-rw-r--r--usr.bin/cvs/add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c
index a4aaf2f35aa..a6dc47c7407 100644
--- a/usr.bin/cvs/add.c
+++ b/usr.bin/cvs/add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: add.c,v 1.91 2008/02/04 18:23:58 tobias Exp $ */
+/* $OpenBSD: add.c,v 1.92 2008/02/04 19:54:21 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org>
@@ -91,7 +91,7 @@ cvs_add(int argc, char **argv)
cvs_client_connect_to_server();
cr.fileproc = cvs_add_remote;
- if (kflag);
+ if (kflag)
cvs_client_send_request("Argument %s", kbuf);
if (logmsg != NULL)