From 056d76d809dc341b0dce160d3f79062604565c77 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 20 Mar 2003 07:57:39 +0000 Subject: 2003-03-20 Havoc Pennington * bus/connection.c (bus_connection_send_oom_error): assert that message has a sender (connection_execute_transaction): ditto (bus_connection_preallocate_oom_error): fix to set the sender, and set recipient to the destination service, not the bus driver * bus/policy.c: hacking * dbus/dbus-message.c (dbus_message_service_is): new function (dbus_message_sender_is): new --- bus/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bus/Makefile.am') diff --git a/bus/Makefile.am b/bus/Makefile.am index aee6e37a..bc64032c 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -21,6 +21,8 @@ BUS_SOURCES= \ driver.h \ loop.c \ loop.h \ + policy.c \ + policy.h \ services.c \ services.h \ test.c \ -- cgit