Skip to content

Commit

Permalink
Merge pull request #8640
Browse files Browse the repository at this point in the history
1a3ae18 p2p: fix back ping to discover healthy peers to connect to (j-berman)
  • Loading branch information
luigi1111 committed Jan 11, 2023
2 parents a09b5b3 + 1a3ae18 commit ac8580c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
Expand Down

0 comments on commit ac8580c

Please sign in to comment.