summaryrefslogtreecommitdiffstats
path: root/library/cpp/dns/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/dns/thread.cpp')
-rw-r--r--library/cpp/dns/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/dns/thread.cpp b/library/cpp/dns/thread.cpp
index fbe33d5c84b..8b27d2d527c 100644
--- a/library/cpp/dns/thread.cpp
+++ b/library/cpp/dns/thread.cpp
@@ -52,7 +52,7 @@ namespace {
TString Host;
ui16 Port;
- TManualEvent E;
+ TManualEvent E;
TNetworkAddressPtr Result;
IErrorRef Error;
};