diff options
-rw-r--r-- | usr.bin/cvs/status.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/status.c b/usr.bin/cvs/status.c index ad0f7c4edc6..c2d953818e6 100644 --- a/usr.bin/cvs/status.c +++ b/usr.bin/cvs/status.c @@ -1,4 +1,4 @@ -/* $OpenBSD: status.c,v 1.54 2006/01/30 17:58:47 xsa Exp $ */ +/* $OpenBSD: status.c,v 1.55 2006/04/12 14:31:05 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -144,6 +144,7 @@ cvs_status_remote(CVSFILE *cfp, void *arg) case CVS_FST_MODIFIED: cvs_sendreq(root, CVS_REQ_MODIFIED, cfp->cf_name); cvs_sendfile(root, fpath); + break; default: break; } |