aboutsummaryrefslogtreecommitdiff
path: root/src/Listen.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-14 23:42:06 +0100
committerMax Kellermann <max@duempel.org>2013-01-15 12:15:33 +0100
commit39439b80f5d1574e67f337a047869cf067c396b7 (patch)
tree5e28e61d4895da86189d14cde9f1e238c18079a8 /src/Listen.cxx
parent396480cf94fbeda581acb6a78c42c7ec610d04a4 (diff)
Client: rebase on the new BufferedSocket class
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 1e633350..157b7992 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);
}