mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
ci: Update clang-tidy to nix-based v22 (#7412)
This commit is contained in:
@@ -70,7 +70,7 @@ class WSClientImpl : public WSClient
|
||||
continue;
|
||||
ParsedPort pp;
|
||||
parsePort(pp, cfg[name], log);
|
||||
if (pp.protocol.count(ps) == 0)
|
||||
if (!pp.protocol.contains(ps))
|
||||
continue;
|
||||
using namespace boost::asio::ip;
|
||||
if (pp.ip && pp.ip->is_unspecified())
|
||||
|
||||
Reference in New Issue
Block a user