chiark / gitweb /
bus-proxy: fix sd_bus_reply_*() usage
authorDavid Herrmann <dh.herrmann@gmail.com>
Mon, 29 Dec 2014 14:43:57 +0000 (15:43 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Mon, 29 Dec 2014 14:43:57 +0000 (15:43 +0100)
commit679bda6a739fbd0b5c9eca04f20fdd48bf8c006d
tree344d1a097df1e23cdbf24527f16c9ccaa2d7d163
parent80b4378314cf62148fd053e97018cc5c78dd6af6
bus-proxy: fix sd_bus_reply_*() usage

We *must* not use sd_bus_reply_*() as it does not set the sender field
correctly. Use the synthetic_reply_*() helpers instead!
src/bus-proxyd/bus-proxyd.c