diff options
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/update.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 21a29997d83..601aede823d 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.51 2006/01/02 08:11:56 xsa Exp $ */ +/* $OpenBSD: update.c,v 1.52 2006/01/06 16:34:47 reyk Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -213,6 +213,7 @@ cvs_update_local(CVSFILE *cf, void *arg) revdiff = ret = 0; rf = NULL; + frev = NULL; islocal = (cvs_cmdop != CVS_OP_SERVER); root = CVS_DIR_ROOT(cf); |