summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorRadoslaw Pajak <r.pajak@samsung.com>2013-10-22 15:53:00 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-02-11 11:50:41 +0100
commitaa033d92eecb6f3d24f48796f44bbba393caa59c (patch)
tree07403ad207aef31e86718937f0352b63f035bc0f /dbus
parentb47d407aa2185a35215f025817b238fd2870c60b (diff)
[daemon-fix] Fixed daemon creation, services activation and little more
- fixed registering org.freedesktop.DBus name by daemon - fixed auto activating services and activation messages delivering - from now starters are not listed by ListQueuedOwners method - fixed error handling during daemon creation process - fixed updating kdbus starters Change-Id: Ide8384b7e2c9b5feb56f1b11f9738f536b9d7338 Signed-off-by: Radoslaw Pajak <r.pajak@samsung.com>
Diffstat (limited to 'dbus')
-rw-r--r--dbus/dbus-transport-kdbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-transport-kdbus.c b/dbus/dbus-transport-kdbus.c
index 6e48d4ab..e7c37a29 100644
--- a/dbus/dbus-transport-kdbus.c
+++ b/dbus/dbus-transport-kdbus.c
@@ -2115,7 +2115,7 @@ do_writing (DBusTransport *transport)
message = _dbus_connection_get_message_to_send (transport->connection);
_dbus_assert (message != NULL);
-// if(dbus_message_get_sender(message) == NULL) //needed for daemon todo check if really needed
+ if(dbus_message_get_sender(message) == NULL) //needed for daemon to pass pending activation messages
{
dbus_message_unlock(message);
dbus_message_set_sender(message, socket_transport->sender);