From eb9aa9da9564f2df788580394e67ae6105e517fb Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 22 Oct 2003 16:01:08 +0000 Subject: 2003-10-22 Havoc Pennington * bus/bus.c (bus_context_check_security_policy): fix up assertion * bus/connection.c (bus_transaction_send_from_driver): set the destination to the connection's base service --- doc/TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index f9cb9db8..de77933a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -122,3 +122,7 @@ - the auth protocol may as well use hex encoding instead of base64, then we can dump the base64 implementation and save some bloat. + + - rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATION + and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER + for both dbus-protocol.h and in the spec -- cgit