diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-19 15:30:38 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-19 15:30:38 +0000 |
commit | 550d50600b52602ef98eb71f9a4c94864465ad8c (patch) | |
tree | 9ca6d0944876fa36cb13f3a45da3432c4bf83f7d /usr.bin/cvs/req.c | |
parent | 07932e16b7979ac258d038c5fc95a135a831fd6e (diff) |
make the init command work;
tested aanriot@ joris@; Ok joris@.
Diffstat (limited to 'usr.bin/cvs/req.c')
-rw-r--r-- | usr.bin/cvs/req.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/req.c b/usr.bin/cvs/req.c index 305109935f1..53b994d5d81 100644 --- a/usr.bin/cvs/req.c +++ b/usr.bin/cvs/req.c @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.24 2005/07/18 08:13:03 xsa Exp $ */ +/* $OpenBSD: req.c,v 1.25 2005/07/19 15:30:37 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -130,7 +130,7 @@ struct cvs_reqhdlr { { cvs_req_command }, { NULL }, { NULL }, - { NULL }, + { cvs_req_command }, { cvs_req_command }, /* 60 */ { NULL }, { cvs_req_command }, |