kdbus: bugfix for return codes on call to non-existing destination 71/128371/9
authorAdrian Szyndela <adrian.s@samsung.com>
Tue, 9 May 2017 12:50:14 +0000 (14:50 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 1 Jun 2017 09:35:11 +0000 (11:35 +0200)
commitba4fe09185aa6c247a95bce022d6f9c8faee84b6
tree356630863873fd56d46c88e0ce0872d777535d3f
parent880b5033d11ff0bfd22b3752f6e03ec70148c01b
kdbus: bugfix for return codes on call to non-existing destination

Calling a method on non-existing destination with auto start disabled
caused error org.freedesktop.DBus.ServiceUnknown.
Non-kdbus implementation gives org.freedesktop.DBus.NameHasNoOwner.
This patch makes kdbus return the same error as non-kdbus implementation.

Change-Id: I0320adf1205e2db11259e3f544eef27873acf8b0
gio/gkdbus.c