summaryrefslogtreecommitdiff
path: root/bus
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-11-14 18:58:52 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-11-14 18:58:52 +0000
commit72d7658740a05cef17376331abed036b651c51ac (patch)
treec81a4b80159c3c1e95674c01e2573669547fffc1 /bus
parentf44a629679b872a11fae7a923d64b540ea3b9646 (diff)
parent312274137b39dc63d079e7d85394a0ce28394a11 (diff)
downloaddbus-72d7658740a05cef17376331abed036b651c51ac.tar.gz
Merge branch 'dbus-1.8'
Diffstat (limited to 'bus')
-rw-r--r--bus/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/bus.c b/bus/bus.c
index 47cc3452..f0d980e5 100644
--- a/bus/bus.c
+++ b/bus/bus.c
@@ -1660,7 +1660,7 @@ bus_context_check_security_policy (BusContext *context,
complain_about_message (context, DBUS_ERROR_ACCESS_DENIED,
"Rejected receive message", toggles,
message, sender, proposed_recipient, requested_reply,
- (addressed_recipient == proposed_recipient), NULL);
+ (addressed_recipient == proposed_recipient), error);
_dbus_verbose ("security policy disallowing message due to recipient policy\n");
return FALSE;
}