p2p: fix back ping to discover healthy peers to connect to

This commit is contained in:
j-berman 2022-11-14 16:54:45 -08:00 committed by wowario
parent 6529565143
commit cf1876d469
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -2408,7 +2408,7 @@ namespace nodetool
return false; return false;
} }
return true; return true;
}); }, "0.0.0.0", m_ssl_support);
if(!r) if(!r)
{ {
LOG_WARNING_CC(context, "Failed to call connect_async, network error."); LOG_WARNING_CC(context, "Failed to call connect_async, network error.");