summaryrefslogtreecommitdiffstats
path: root/library/cpp/dns/cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/dns/cache.cpp')
-rw-r--r--library/cpp/dns/cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/dns/cache.cpp b/library/cpp/dns/cache.cpp
index 05c14e82fce..d98d37cf8fb 100644
--- a/library/cpp/dns/cache.cpp
+++ b/library/cpp/dns/cache.cpp
@@ -38,7 +38,7 @@ namespace {
struct THashResolveInfo {
inline size_t operator()(const TResolveInfo& ri) const {
- return ComputeHash(ri.Host) ^ ri.Port;
+ return ComputeHash(ri.Host) ^ ri.Port;
}
};