diff options
author | uzhas <uzhas@yandex-team.ru> | 2022-02-10 16:47:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:07 +0300 |
commit | 531b7c7053348b9d4c8ff3832d1b8db5a1918125 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /util/network | |
parent | 2002caab389ddffd0e7db4d8c4db835fa4c99f83 (diff) | |
download | ydb-531b7c7053348b9d4c8ff3832d1b8db5a1918125.tar.gz |
Restoring authorship annotation for <uzhas@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network')
-rw-r--r-- | util/network/ip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/ip.h b/util/network/ip.h index f172500899..dc7c2d24a0 100644 --- a/util/network/ip.h +++ b/util/network/ip.h @@ -61,7 +61,7 @@ struct TIpAddress: public sockaddr_in { inline TIpAddress(const sockaddr_in& addr) noexcept : sockaddr_in(addr) - , tmp(0) + , tmp(0) { } @@ -113,7 +113,7 @@ struct TIpAddress: public sockaddr_in { return InetToHost(sin_port); } -private: - // required for "operator socklen_t*()" +private: + // required for "operator socklen_t*()" mutable socklen_t tmp; }; |