diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-03 14:45:37 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2015-02-04 17:15:22 +0000 |
commit | 1acedfdde7a3b704ed53b58033fd15c6f6b34a3d (patch) | |
tree | dd135eb91cb0c95c5ef826ee88aef81a6ad2af4c /bus/connection.c | |
parent | 9fce7380331d24e8dd5fb9203eb8275ebb49e1d8 (diff) | |
download | dbus-1acedfdde7a3b704ed53b58033fd15c6f6b34a3d.tar.gz dbus-1acedfdde7a3b704ed53b58033fd15c6f6b34a3d.tar.bz2 dbus-1acedfdde7a3b704ed53b58033fd15c6f6b34a3d.zip |
Capture a fake reply if a broadcast cannot be delivered
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46787
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Diffstat (limited to 'bus/connection.c')
-rw-r--r-- | bus/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/connection.c b/bus/connection.c index 410aaaca..64da1292 100644 --- a/bus/connection.c +++ b/bus/connection.c @@ -2180,7 +2180,7 @@ out: return ret; } -static dbus_bool_t +dbus_bool_t bus_transaction_capture_error_reply (BusTransaction *transaction, const DBusError *error, DBusMessage *in_reply_to) |