summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/interconnect/interconnect_handshake.cpp
diff options
context:
space:
mode:
authorIlnur Khuziev <[email protected]>2022-02-10 16:46:14 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:14 +0300
commit60040c91ffe701a84689b2c6310ff845e65cff42 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/actors/interconnect/interconnect_handshake.cpp
parent736dcd8ca259457a136f2f9f9168c44643914323 (diff)
Restoring authorship annotation for Ilnur Khuziev <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/interconnect/interconnect_handshake.cpp')
-rw-r--r--library/cpp/actors/interconnect/interconnect_handshake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/interconnect/interconnect_handshake.cpp b/library/cpp/actors/interconnect/interconnect_handshake.cpp
index 3226f135c93..9ede998d8e7 100644
--- a/library/cpp/actors/interconnect/interconnect_handshake.cpp
+++ b/library/cpp/actors/interconnect/interconnect_handshake.cpp
@@ -724,7 +724,7 @@ namespace NActors {
template <typename T>
void SendExBlock(const T& proto, const char* what) {
TString data;
- Y_PROTOBUF_SUPPRESS_NODISCARD proto.SerializeToString(&data);
+ Y_PROTOBUF_SUPPRESS_NODISCARD proto.SerializeToString(&data);
Y_VERIFY(data.size() <= TExHeader::MaxSize);
ReportProto(proto, Sprintf("SendExBlock %s", what).data());