projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a30912
)
domain: create sub-domain from parent domain
author
Kay Sievers
<kay@vrfy.org>
Sat, 22 Mar 2014 18:02:51 +0000
(19:02 +0100)
committer
Kay Sievers
<kay@vrfy.org>
Sat, 22 Mar 2014 18:02:51 +0000
(19:02 +0100)
handle.c
patch
|
blob
|
history
diff --git
a/handle.c
b/handle.c
index 17ccf0f03f20e901569209048cf95e15a63b6319..921faca5149d19e0d5e74605b3e3ff7424cc7561 100644
(file)
--- a/
handle.c
+++ b/
handle.c
@@
-373,7
+373,7
@@
static long kdbus_handle_ioctl_control(struct file *file, unsigned int cmd,
if (make->flags & KDBUS_MAKE_ACCESS_WORLD)
mode = 0666;
- ret = kdbus_domain_new(
kdbus_domain_init
, name, mode, &domain);
+ ret = kdbus_domain_new(
handle->domain
, name, mode, &domain);
if (ret < 0)
break;