diff options
author | prout <prout@yandex-team.ru> | 2022-02-10 16:49:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:43 +0300 |
commit | d2247f243d31adde8feb765324e40c83c5a90999 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/network/address.h | |
parent | 7b7fa28b9099b7adca890459a699c6ba5eeff4ca (diff) | |
download | ydb-d2247f243d31adde8feb765324e40c83c5a90999.tar.gz |
Restoring authorship annotation for <prout@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network/address.h')
-rw-r--r-- | util/network/address.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/network/address.h b/util/network/address.h index 47e20fb2a2..448fcac0c9 100644 --- a/util/network/address.h +++ b/util/network/address.h @@ -91,7 +91,7 @@ namespace NAddr { } private: - const addrinfo* const AI_; + const addrinfo* const AI_; }; //compat, for TIpAddress @@ -111,7 +111,7 @@ namespace NAddr { } private: - const TIpAddress A_; + const TIpAddress A_; }; //same, for ipv6 addresses @@ -131,6 +131,6 @@ namespace NAddr { } private: - const sockaddr_in6 A_; + const sockaddr_in6 A_; }; } |