aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/ClientNew.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ClientNew.cxx')
-rw-r--r--src/client/ClientNew.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientNew.cxx b/src/client/ClientNew.cxx
index 8e5c9fc36..90c81f2c6 100644
--- a/src/client/ClientNew.cxx
+++ b/src/client/ClientNew.cxx
@@ -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);