epee: connection_basic: resolve CID 203916 (UNINIT_CTOR)
This commit is contained in:
parent
1bd962d9f9
commit
2825f07d95
|
@ -161,6 +161,7 @@ connection_basic::connection_basic(boost::asio::io_service &io_service, std::sha
|
||||||
socket_(io_service, get_context(m_state.get())),
|
socket_(io_service, get_context(m_state.get())),
|
||||||
m_want_close_connection(false),
|
m_want_close_connection(false),
|
||||||
m_was_shutdown(false),
|
m_was_shutdown(false),
|
||||||
|
m_is_multithreaded(false),
|
||||||
m_ssl_support(ssl_support)
|
m_ssl_support(ssl_support)
|
||||||
{
|
{
|
||||||
// add nullptr checks if removed
|
// add nullptr checks if removed
|
||||||
|
|
Loading…
Reference in New Issue