p2p: initialize m_fallback_seed_nodes_added before first use

This commit is contained in:
ComputeryPony
2026-05-09 16:28:03 -05:00
parent dace76882d
commit eb9be9d145
+1 -1
View File
@@ -465,7 +465,7 @@ namespace nodetool
std::list<epee::net_utils::network_address> m_priority_peers;
std::vector<epee::net_utils::network_address> m_exclusive_peers;
std::atomic_flag m_fallback_seed_nodes_added;
std::atomic_flag m_fallback_seed_nodes_added = ATOMIC_FLAG_INIT;
std::vector<nodetool::peerlist_entry> m_command_line_peers;
uint64_t m_peer_livetime;
//keep connections to initiate some interactions