core: fix use of uninitialised data
This commit is contained in:
@@ -171,7 +171,8 @@ namespace cryptonote
|
||||
m_last_json_checkpoints_update(0),
|
||||
m_disable_dns_checkpoints(false),
|
||||
m_threadpool(tools::threadpool::getInstance()),
|
||||
m_update_download(0)
|
||||
m_update_download(0),
|
||||
m_nettype(UNDEFINED)
|
||||
{
|
||||
m_checkpoints_updating.clear();
|
||||
set_cryptonote_protocol(pprotocol);
|
||||
|
||||
Reference in New Issue
Block a user