diff options
author | bmichail <[email protected]> | 2022-02-10 16:49:43 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:43 +0300 |
commit | 5a8cb97e0064c6b1afe060dc7a4a7c9c0eb879be (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus | |
parent | 3b7286992fb97a312d696ee90ec274a6208f2859 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus')
-rw-r--r-- | library/cpp/messagebus/locator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/locator.cpp b/library/cpp/messagebus/locator.cpp index c766537560f..e38a35c426f 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; } |