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 62cdc92caf0..05c14e82fce 100644
--- a/library/cpp/dns/cache.cpp
+++ b/library/cpp/dns/cache.cpp
@@ -110,7 +110,7 @@ namespace {
}
if (host.length() > 2 && host[0] == '[') {
- TString unbracedIpV6(host.data() + 1, host.size() - 2);
+ TString unbracedIpV6(host.data() + 1, host.size() - 2);
host.swap(unbracedIpV6);
}