mirror of
https://github.com/monero-project/monero.git
synced 2026-01-26 14:24:27 +01:00
epee: connection_basic: resolve CID 203916 (UNINIT_CTOR)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user