aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/session.cpp
diff options
context:
space:
mode:
authorchernyak <chernyak@yandex-team.ru>2022-02-10 16:50:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:29 +0300
commitf2b67f65c49b38a882b6407926cece6fe49bd066 (patch)
tree5d4950c1a76b6c6384f8e55192f14f4af1132632 /library/cpp/messagebus/session.cpp
parent4bac7bacd041dac72ece081598805d03d2e80a3e (diff)
downloadydb-f2b67f65c49b38a882b6407926cece6fe49bd066.tar.gz
Restoring authorship annotation for <chernyak@yandex-team.ru>. Commit 1 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 46a7ece6a8..98136adb61 100644
--- a/library/cpp/messagebus/session.cpp
+++ b/library/cpp/messagebus/session.cpp
@@ -44,7 +44,7 @@ namespace NBus {
GetConnectSyscallsNumBulkForTest({addr}, MakeArrayRef(&r, 1));
return r;
}
-
+
// Split 'host' into name and port taking into account that host can be specified
// as ipv6 address ('[<ipv6 address]:port' notion).
bool SplitHost(const TString& host, TString* hostName, TString* portNum) {