summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 03f6db0)
raw | patch | inline | side by side (parent: 03f6db0)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 20 May 2007 00:53:45 +0000 (17:53 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 20 May 2007 07:19:48 +0000 (00:19 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsserver.perl | patch | blob | history |
diff --git a/git-cvsserver.perl b/git-cvsserver.perl
index ac88625fc2733b7de9f73bcdfc6bc466de44ac4a..fcfb99db65599650d5ac6188b40b54d27ecf6f60 100755 (executable)
--- a/git-cvsserver.perl
+++ b/git-cvsserver.perl
unless ($line eq 'anonymous') {
print "E Only anonymous user allowed via pserver\n";
print "I HATE YOU\n";
- exit;
+ exit 1;
}
$line = <STDIN>; chomp $line; # validate the password?
$line = <STDIN>; chomp $line;