From bcc7cc18884104e1bdee933cfaa4591317d7cd86 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 4 Feb 2008 19:54:22 +0000 Subject: unbreak add in a remote setup. bad tobias, no cookie. --- usr.bin/cvs/add.c | 4 ++-- 1 file 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 * Copyright (c) 2005, 2006 Xavier Santolaria @@ -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) -- cgit v1.2.3