summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/tag.c b/usr.bin/cvs/tag.c
index c739036c83a..f64df58210b 100644
--- a/usr.bin/cvs/tag.c
+++ b/usr.bin/cvs/tag.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tag.c,v 1.66 2008/02/09 11:56:58 joris Exp $ */
+/* $OpenBSD: tag.c,v 1.67 2008/02/09 13:03:29 joris Exp $ */
/*
* Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org>
*
@@ -318,7 +318,7 @@ tag_add(struct cvs_file *cf)
cvs_printf(" : NOT MOVING tag to version %s\n", revbuf);
return (-1);
- } else if (runflags & T_FORCE_MOVE) {
+ } else {
sym = rcs_sym_get(cf->file_rcs, tag_name);
rcsnum_cpy(srev, sym->rs_num, 0);
cf->file_rcs->rf_flags &= ~RCS_SYNCED;