aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/session.cpp
diff options
context:
space:
mode:
authornohttp <nohttp@yandex-team.ru>2022-02-10 16:50:31 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:31 +0300
commitb1683877992937b1040baa621c4b216ed8405729 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/session.cpp
parentdbdd851418e92f8821ee1b1041352d66e3bde170 (diff)
downloadydb-b1683877992937b1040baa621c4b216ed8405729.tar.gz
Restoring authorship annotation for <nohttp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/session.cpp')
-rw-r--r--library/cpp/messagebus/session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/session.cpp b/library/cpp/messagebus/session.cpp
index afeceec54d..46a7ece6a8 100644
--- a/library/cpp/messagebus/session.cpp
+++ b/library/cpp/messagebus/session.cpp
@@ -59,7 +59,7 @@ namespace NBus {
// '[]' and '[<address>' are errors.
return false;
}
-
+
*hostName = host.substr(1, pos - 1);
pos++;