Initialize m_next_send_inv_to_incoming

pull/13679/head
Pieter Wuille 6 years ago
parent f8d470e246
commit 347b4ff825

@ -441,7 +441,7 @@ private:
* This takes the place of a feeler connection */ * This takes the place of a feeler connection */
std::atomic_bool m_try_another_outbound_peer; std::atomic_bool m_try_another_outbound_peer;
std::atomic<int64_t> m_next_send_inv_to_incoming; std::atomic<int64_t> m_next_send_inv_to_incoming{0};
friend struct CConnmanTest; friend struct CConnmanTest;
}; };

Loading…
Cancel
Save