This commit is contained in:
chase 2025-12-20 06:48:39 -05:00 committed by GitHub
commit 16498e98e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -257,7 +257,7 @@ namespace nodetool
m_offline(false),
is_closing(false),
m_network_id(),
m_enable_dns_seed_nodes(true),
m_enable_dns_seed_nodes(false),
max_connections(1)
{}
virtual ~node_server();