diff options
Diffstat (limited to 'library/cpp/dns/thread.cpp')
| -rw-r--r-- | library/cpp/dns/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/dns/thread.cpp b/library/cpp/dns/thread.cpp index 8426a1ebd12..8b27d2d527c 100644 --- a/library/cpp/dns/thread.cpp +++ b/library/cpp/dns/thread.cpp @@ -67,7 +67,7 @@ namespace { inline ~TThreadedResolver() override { Schedule(nullptr); - for (size_t i = 0; i < T_.size(); ++i) { + for (size_t i = 0; i < T_.size(); ++i) { T_[i]->Join(); } |
