summaryrefslogtreecommitdiff
path: root/control_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'control_service.c')
-rw-r--r--control_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/control_service.c b/control_service.c
index f3f1c5c..9a63dfd 100644
--- a/control_service.c
+++ b/control_service.c
@@ -29,7 +29,7 @@ static gboolean service_incoming(GSocketService *service,
}
*pos = '\0';
- control_commands_handle(buffer);
+ control_commands_handle(connection, buffer);
return FALSE;
}