projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a5a63
)
kdbus: pass sender to dbuspolicy1_check_out
01/133201/1
accepted/tizen/unified/20170629.085743
submit/tizen/20170612.054403
submit/tizen/20170622.043014
author
sanghyeok.oh
<sanghyeok.oh@samsung.com>
Fri, 9 Jun 2017 07:16:13 +0000
(16:16 +0900)
committer
sanghyeok.oh
<sanghyeok.oh@samsung.com>
Fri, 9 Jun 2017 07:16:15 +0000
(16:16 +0900)
Change-Id: I741f2dedc77654889362b3853728dba54a5cef0b
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
gio/gkdbus.c
patch
|
blob
|
history
diff --git
a/gio/gkdbus.c
b/gio/gkdbus.c
index
43377dd
..
4387b90
100755
(executable)
--- a/
gio/gkdbus.c
+++ b/
gio/gkdbus.c
@@
-3511,7
+3511,7
@@
_g_kdbus_send (GKDBusWorker *worker,
check = dbuspolicy1_check_out (worker->dbuspolicy,
g_dbus_message_get_destination (message),
-
g_dbus_message_get_sender (message)
,
+
worker->unique_name
,
g_dbus_message_get_path (message),
g_dbus_message_get_interface (message),
g_dbus_message_get_member (message),