summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/admin.c')
-rw-r--r--usr.bin/cvs/admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/admin.c b/usr.bin/cvs/admin.c
index fa0e2ee6210..c79a6a6d593 100644
--- a/usr.bin/cvs/admin.c
+++ b/usr.bin/cvs/admin.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: admin.c,v 1.47 2007/02/01 09:45:43 xsa Exp $ */
+/* $OpenBSD: admin.c,v 1.48 2007/02/09 03:49:15 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
@@ -201,7 +201,7 @@ cvs_admin_local(struct cvs_file *cf)
cvs_log(LP_TRACE, "cvs_admin_local(%s)", cf->file_path);
- cvs_file_classify(cf, NULL, 0);
+ cvs_file_classify(cf, NULL);
if (cf->file_type == CVS_DIR) {
if (verbosity > 1)