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

dev^2
j-berman 2 years ago committed by wowario
parent 6529565143
commit cf1876d469
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -2408,7 +2408,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