diff options
| author | kulikov <[email protected]> | 2022-02-10 16:49:34 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:34 +0300 |
| commit | 65e5266709e7ff94b14ae128309e229de714b0df (patch) | |
| tree | d4901f06e56d95f5e5d36bd1806bcc144d03bf41 /util/network/endpoint.h | |
| parent | 0041d99876ae3dccc3f0fa8787131d85ddfd486b (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network/endpoint.h')
| -rw-r--r-- | util/network/endpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/endpoint.h b/util/network/endpoint.h index a3e59b49250..959b14d394b 100644 --- a/util/network/endpoint.h +++ b/util/network/endpoint.h @@ -54,7 +54,7 @@ struct THash<TEndpoint> { inline bool operator==(const TEndpoint& l, const TEndpoint& r) { try { - return NAddr::IsSame(*l.Addr(), *r.Addr()) && l.Port() == r.Port(); + return NAddr::IsSame(*l.Addr(), *r.Addr()) && l.Port() == r.Port(); } catch (...) { return false; } |
