]> git.tuebingen.mpg.de Git - paraslash.git/commit
com_init(): Return proper error code.
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Dec 2011 19:24:53 +0000 (20:24 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 4 Jan 2012 14:44:25 +0000 (15:44 +0100)
commitfb87f827a783a42a9292cc434c61b0fc9e67af45
tree655d9594e27c552d4db629058ff3565fcf3e80dd
parent03655936efc48594ec7f35d82c41782e16d07f21
com_init(): Return proper error code.

If an error occurred during database initialization, we send an error
message to the client.  However, it this fails, we currently log
the send error rather than the error that caused that initialization
to fail. Fix this by logging the root cause of the problem instead.
afs.c