mirror of https://github.com/Icinga/icinga2.git
Fix error message.
This commit is contained in:
parent
917f288a95
commit
c824fc4f9f
|
@ -121,7 +121,7 @@ void TlsStream::Handshake(void)
|
|||
default:
|
||||
I2Stream_check_exception(m_BIO);
|
||||
BOOST_THROW_EXCEPTION(openssl_error()
|
||||
<< boost::errinfo_api_function("SSL_read")
|
||||
<< boost::errinfo_api_function("SSL_do_handshake")
|
||||
<< errinfo_openssl_error(ERR_get_error()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue