net/ToString: rename sockaddr_to_string() to ToString()

This commit is contained in:
Max Kellermann
2015-07-22 10:20:57 +02:00
parent 8fdfe85b5f
commit 83752e9349
6 changed files with 6 additions and 6 deletions

View File

@@ -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);