summaryrefslogtreecommitdiffstats
path: root/bus/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/bus.c')
-rw-r--r--bus/bus.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/bus/bus.c b/bus/bus.c
index 79611548..f3ef761b 100644
--- a/bus/bus.c
+++ b/bus/bus.c
@@ -1,7 +1,7 @@
/* -*- mode: C; c-file-style: "gnu" -*- */
/* bus.c message bus context object
*
- * Copyright (C) 2003 Red Hat, Inc.
+ * Copyright (C) 2003, 2004 Red Hat, Inc.
*
* Licensed under the Academic Free License version 2.0
*
@@ -1189,7 +1189,9 @@ bus_context_check_security_policy (BusContext *context,
if (sender_policy &&
!bus_client_policy_check_can_send (sender_policy,
- context->registry, proposed_recipient,
+ context->registry,
+ requested_reply,
+ proposed_recipient,
message))
{
const char *dest = dbus_message_get_destination (message);