aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus
diff options
context:
space:
mode:
authorbmichail <bmichail@yandex-team.ru>2022-02-10 16:49:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:43 +0300
commit5a8cb97e0064c6b1afe060dc7a4a7c9c0eb879be (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus
parent3b7286992fb97a312d696ee90ec274a6208f2859 (diff)
downloadydb-5a8cb97e0064c6b1afe060dc7a4a7c9c0eb879be.tar.gz
Restoring authorship annotation for <bmichail@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus')
-rw-r--r--library/cpp/messagebus/locator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/locator.cpp b/library/cpp/messagebus/locator.cpp
index c766537560..e38a35c426 100644
--- a/library/cpp/messagebus/locator.cpp
+++ b/library/cpp/messagebus/locator.cpp
@@ -242,7 +242,7 @@ namespace NBus {
--last;
Y_ASSERT(Items.end() != last);
Y_ASSERT(last->ServiceId == serviceId);
-
+
TItem& beg = const_cast<TItem&>(*first);
beg.Addr = last->Addr;
}