aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Listen.cxx')
-rw-r--r--src/Listen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Listen.cxx b/src/Listen.cxx
index 1e6333504..157b7992c 100644
--- a/src/Listen.cxx
+++ b/src/Listen.cxx
@@ -46,7 +46,7 @@ static void
listen_callback(int fd, const struct sockaddr *address,
size_t address_length, int uid, G_GNUC_UNUSED void *ctx)
{
- client_new(*global_partition,
+ client_new(*main_loop, *global_partition,
fd, address, address_length, uid);
}