diff options
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index bad1d2bce23..dfda9e452ab 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.45 2005/03/30 17:43:04 joris Exp $ */ +/* $OpenBSD: cvs.c,v 1.46 2005/03/31 17:18:24 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -238,7 +238,7 @@ struct cvs_cmd cvs_cdt[] = { NULL }, { - CVS_OP_SERVER, "server", {}, NULL, + CVS_OP_SERVER, "server", {}, &cmd_server, "", "", "Server mode", |