diff options
author | uzhas <uzhas@yandex-team.ru> | 2022-02-10 16:47:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:06 +0300 |
commit | 2002caab389ddffd0e7db4d8c4db835fa4c99f83 (patch) | |
tree | 9d3448d5ba97edddf88aa69bcb138e88286e8176 /util/network | |
parent | 17d51d51855dc3ed663d0e31fa75d3ff5ab80702 (diff) | |
download | ydb-2002caab389ddffd0e7db4d8c4db835fa4c99f83.tar.gz |
Restoring authorship annotation for <uzhas@yandex-team.ru>. Commit 1 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 dc7c2d24a0..f172500899 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; }; |