Merge pull request #8641

146cac0 p2p: fix back ping to discover healthy peers to connect to (j-berman)
This commit is contained in:
luigi1111 2023-01-11 11:39:15 -05:00
commit 1976c9afa0
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -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.");