diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-09-06 17:08:06 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-09-06 17:08:06 +0000 |
commit | ab73f601f34265683fd38b71ce9f68d4c0ce38ce (patch) | |
tree | 81d88cbf5e7390f5c92dcfe231ecdc5d4dbd1903 /usr.bin/cvs/file.c | |
parent | bb474de8d627894a20375dca839c37e39813c787 (diff) |
more bits for the local remove command support; OK joris@.
Diffstat (limited to 'usr.bin/cvs/file.c')
-rw-r--r-- | usr.bin/cvs/file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index c11ccc21e28..24a05c41213 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.117 2005/09/06 15:29:33 joris Exp $ */ +/* $OpenBSD: file.c,v 1.118 2005/09/06 17:08:05 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -1256,7 +1256,6 @@ cvs_file_lget(const char *path, int flags, CVSFILE *parent, CVSENTRIES *pent, if (ent != NULL) { /* steal the RCSNUM */ cfp->cf_lrev = ent->ce_rev; - ent->ce_rev = NULL; if (ent->ce_type == CVS_ENT_FILE) { if (ent->ce_tag[0] != '\0') { |