mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 13:43:29 +01:00
connection_context: initialize m_callback_request_count to 0
This commit is contained in:
parent
5fa199c652
commit
15e6258136
@ -40,7 +40,7 @@ namespace cryptonote
|
|||||||
struct cryptonote_connection_context: public epee::net_utils::connection_context_base
|
struct cryptonote_connection_context: public epee::net_utils::connection_context_base
|
||||||
{
|
{
|
||||||
cryptonote_connection_context(): m_state(state_before_handshake), m_remote_blockchain_height(0), m_last_response_height(0),
|
cryptonote_connection_context(): m_state(state_before_handshake), m_remote_blockchain_height(0), m_last_response_height(0),
|
||||||
m_last_known_hash(crypto::null_hash) {}
|
m_callback_request_count(0), m_last_known_hash(crypto::null_hash) {}
|
||||||
|
|
||||||
enum state
|
enum state
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user