]> arthur.barton.de Git - ngircd.git/commit
SSL/TLS: fix bogus 'socket closed' error message
authorFlorian Westphal <fw@strlen.de>
Fri, 7 May 2010 21:25:59 +0000 (23:25 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 7 May 2010 21:25:59 +0000 (23:25 +0200)
commitdf359835d1f8679b5d8a07c83bffe78008e85834
treef33bf6d29070adb2d45bef3939e32185c68c6678
parentdefd7e09afb62ac71859ad910e6dd52a86fb0ae2
SSL/TLS: fix bogus 'socket closed' error message

When we get there then the ssl handshake has failed, or
we could not create a ssl context because ssl library
initialization failed on startup.

Reflect that in the log message.
src/ngircd/conn-ssl.c
src/ngircd/conn.c