mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 14:04:59 -04:00
[fix] log level change. compilation: dns, tests
old unbound #warning does not block compilation unit tests build fine. Even though the RPC/P2P network type is required again
This commit is contained in:
parent
277a207b2f
commit
32c19c6c3d
9 changed files with 17 additions and 8 deletions
|
@ -223,7 +223,7 @@ int main(int argc, char** argv)
|
|||
|
||||
size_t thread_count = (std::max)(min_thread_count, std::thread::hardware_concurrency() / 2);
|
||||
|
||||
test_tcp_server tcp_server;
|
||||
test_tcp_server tcp_server(epee::net_utils::e_connection_type_RPC);
|
||||
if (!tcp_server.init_server(srv_port, "127.0.0.1"))
|
||||
return 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue