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:
e732a46
)
connection: allow wildcard matches for policy holders
author
Daniel Mack
<daniel@zonque.org>
Thu, 11 Sep 2014 15:34:52 +0000
(17:34 +0200)
committer
Daniel Mack
<daniel@zonque.org>
Thu, 11 Sep 2014 15:34:52 +0000
(17:34 +0200)
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index b190118e266b3a3370ef8b7588a51009844e285f..2bb937a3abb037a20aed3389f671ab2a5c79564e 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-1209,7
+1209,7
@@
int kdbus_cmd_conn_update(struct kdbus_conn *conn,
ret = kdbus_policy_set(conn->bus->policy_db, cmd->items,
KDBUS_ITEMS_SIZE(cmd, items),
- 1,
fals
e, conn);
+ 1,
tru
e, conn);
if (ret < 0)
return ret;
}