diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 11:39:15 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 11:39:15 -0500 |
commit | 1976c9afa07575b16f7ace72c92fffe67fac2b6c (patch) | |
tree | 9324e4e07fc0428408da891629e9587757c23c98 /src | |
parent | Merge pull request #8642 (diff) | |
parent | p2p: fix back ping to discover healthy peers to connect to (diff) | |
download | monero-1976c9afa07575b16f7ace72c92fffe67fac2b6c.tar.xz |
Merge pull request #8641
146cac0 p2p: fix back ping to discover healthy peers to connect to (j-berman)
Diffstat (limited to 'src')
-rw-r--r-- | src/p2p/net_node.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index f33ce977d..f1e538f22 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -2413,7 +2413,7 @@ namespace nodetool return false; } return true; - }); + }, "0.0.0.0", m_ssl_support); if(!r) { LOG_WARNING_CC(context, "Failed to call connect_async, network error."); |