net/ToString: rename sockaddr_to_string() to ToString()
This commit is contained in:
@@ -62,7 +62,7 @@ client_new(EventLoop &loop, Partition &partition,
|
||||
int fd, SocketAddress address, int uid)
|
||||
{
|
||||
static unsigned int next_client_num;
|
||||
const auto remote = sockaddr_to_string(address);
|
||||
const auto remote = ToString(address);
|
||||
|
||||
assert(fd >= 0);
|
||||
|
||||
|
Reference in New Issue
Block a user