summaryrefslogtreecommitdiffstats
path: root/bus/services.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/services.c')
-rw-r--r--bus/services.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/services.c b/bus/services.c
index 8d4221fb..3a7a0756 100644
--- a/bus/services.c
+++ b/bus/services.c
@@ -158,7 +158,7 @@ bus_registry_ensure (BusRegistry *registry,
}
if (!bus_activation_service_created (bus_context_get_activation (registry->context),
- service->name, error))
+ service->name, transaction, error))
{
dbus_free (service->name);
_dbus_mem_pool_dealloc (registry->service_pool, service);