From 1acedfdde7a3b704ed53b58033fd15c6f6b34a3d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 3 Feb 2015 14:45:37 +0000 Subject: Capture a fake reply if a broadcast cannot be delivered Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46787 Reviewed-by: Philip Withnall --- bus/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bus/connection.c') 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) -- cgit v1.2.3