aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/fetch/http_digest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/http/fetch/http_digest.cpp')
-rw-r--r--library/cpp/http/fetch/http_digest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/fetch/http_digest.cpp b/library/cpp/http/fetch/http_digest.cpp
index 4955ada67c..1eaa02b7f2 100644
--- a/library/cpp/http/fetch/http_digest.cpp
+++ b/library/cpp/http/fetch/http_digest.cpp
@@ -196,7 +196,7 @@ bool httpDigestHandler::processHeader(const THttpAuthHeader* header,
out << ", opaque=\"" << header->opaque << "\"";
out << "\r\n";
- TString s_out = out.Str();
+ TString s_out = out.Str();
HeaderInstruction_ = strdup(s_out.c_str());
return true;