gdbus: Fix replying to messages marked with NOREPLY flag 89/204889/1
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Sun, 28 Jan 2018 13:22:26 +0000 (11:22 -0200)
committerAmit Purwar <amit.purwar@samsung.com>
Mon, 15 Apr 2019 03:22:57 +0000 (08:52 +0530)
commit669a29a89d02fc921e780275f9d2433cfe27c831
tree62b9ddcad7f3a957d923f5078780bcf398517b62
parent8a3288c4979442b4e152a5986fb33fdb85d8fa42
gdbus: Fix replying to messages marked with NOREPLY flag

When a sender flags a D-Bus message as not expecting a reply, it is
against D-Bus policy to send a reply — sending one can result in an
error as reported in:

https://bugzilla.kernel.org/show_bug.cgi?id=198453
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
Change-Id: I64f927691a7e135b3855ee2ed10f202f0a1cd632
gdbus/object.c