cvsserver: Abort if connect to database fails
commit920a449af5a6b4ecbf01a5a4e3bc4894ad302634
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 19 Mar 2007 15:56:01 +0000 (19 16:56 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 22 Mar 2007 08:26:26 +0000 (22 01:26 -0700)
tree4ad974029f82f751004e205440862ad45ccd5b63
parenteb1780d480c2c57c58024692055a6ee33074a95f
cvsserver: Abort if connect to database fails

Currently all calls to the database backend make no
error checking or handling at all. At least abort
if the connection to the database failed since
there is really no way we could do anything useful
after that.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsserver.perl