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

pull/470/head
j-berman 1 year ago
parent e6f9c0013b
commit 146cac02ca

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

Loading…
Cancel
Save