From e55fd2c6706e41f6933e1656ac3da7527ee2514f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 2 Apr 2003 20:14:52 +0000 Subject: 2003-04-02 Havoc Pennington * bus/connection.c (bus_transaction_send_error_reply): set sender service for the error, and unref the reply on success * bus/activation.c: convert to use BusTransaction so OOM can be handled correctly (bus_activation_service_created): set sender of the message --- bus/driver.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bus/driver.c') diff --git a/bus/driver.c b/bus/driver.c index 8749bc13..0cea1d6f 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -645,7 +645,8 @@ bus_driver_handle_activate_service (DBusConnection *connection, retval = FALSE; - if (!bus_activation_activate_service (activation, connection, message, name, error)) + if (!bus_activation_activate_service (activation, connection, transaction, + message, name, error)) goto out; retval = TRUE; -- cgit