diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-03-31 17:18:25 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-03-31 17:18:25 +0000 |
commit | d12b410212d7ed81fe58d1a88dbd4d13dbd87054 (patch) | |
tree | e2fbd12a1cd5f540b6c22867ec7d379dfb15dca8 /usr.bin/cvs/cvs.c | |
parent | c9c3443f54b3fd9ef8fd8f42d5e9c4760e21cce9 (diff) |
make sure the server command can still be reached with the
new framework.
ok xsa@
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", |