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
commit3b7286992fb97a312d696ee90ec274a6208f2859 (patch)
tree2bae2971f54c1244f924cc812352e80377cd2404 /library/cpp/messagebus
parent9bd40d940d6613238d700ad86a33e7dcd7ef49c9 (diff)
downloadydb-3b7286992fb97a312d696ee90ec274a6208f2859.tar.gz
Restoring authorship annotation for <bmichail@yandex-team.ru>. Commit 1 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 e38a35c426f..c766537560f 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;
}