git-cvsserver: fix disabling service via per-method config
authorJunio C Hamano <junkio@cox.net>
Mon, 21 May 2007 00:57:27 +0000 (17:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 22 May 2007 01:42:57 +0000 (18:42 -0700)
When the per-method enable logic disables the access, we should
not even look at the global one.

git-cvsserver.perl | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found