aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/address.cpp
diff options
context:
space:
mode:
authortender-bum <tender-bum@yandex-team.ru>2022-02-10 16:50:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:01 +0300
commitc78b06a63de7beec995c1007bc5332bdf3d75b69 (patch)
tree729de992758f40b85278d4abaad655be5dd68dbc /util/network/address.cpp
parent95ab23a39b5482a434361566cabdd5b0a433cb43 (diff)
downloadydb-c78b06a63de7beec995c1007bc5332bdf3d75b69.tar.gz
Restoring authorship annotation for <tender-bum@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/address.cpp')
-rw-r--r--util/network/address.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/address.cpp b/util/network/address.cpp
index a81a9e6994..2d632796f3 100644
--- a/util/network/address.cpp
+++ b/util/network/address.cpp
@@ -131,7 +131,7 @@ TString NAddr::PrintHostAndPort(const IRemoteAddr& addr) {
}
IRemoteAddrPtr NAddr::GetSockAddr(SOCKET s) {
- auto addr = MakeHolder<TOpaqueAddr>();
+ auto addr = MakeHolder<TOpaqueAddr>();
if (getsockname(s, addr->MutableAddr(), addr->LenPtr()) < 0) {
ythrow TSystemError() << "getsockname() failed";