diff options
author | iaz1607 <[email protected]> | 2022-02-10 16:45:37 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:37 +0300 |
commit | e5437feb4ac2d2dc044e1090b9312dde5ef197e0 (patch) | |
tree | f5a238c69dd20a1fa2092127a31b8aff25020f7d /util/network/endpoint.cpp | |
parent | f4945d0a44b8770f0801de3056aa41639b0b7bd2 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network/endpoint.cpp')
-rw-r--r-- | util/network/endpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/endpoint.cpp b/util/network/endpoint.cpp index 9acdd069408..c2e2720c469 100644 --- a/util/network/endpoint.cpp +++ b/util/network/endpoint.cpp @@ -1,5 +1,5 @@ #include "endpoint.h" -#include "sock.h" +#include "sock.h" TEndpoint::TEndpoint(const TEndpoint::TAddrRef& addr) : Addr_(addr) |