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:
2940680
)
endpoint: cosmetics
author
Daniel Mack
<daniel@zonque.org>
Thu, 11 Sep 2014 15:32:11 +0000
(17:32 +0200)
committer
Daniel Mack
<daniel@zonque.org>
Thu, 11 Sep 2014 15:32:11 +0000
(17:32 +0200)
endpoint.c
patch
|
blob
|
history
diff --git
a/endpoint.c
b/endpoint.c
index 3cedfd74912fa03e5e1682ddbd90160ef9905e75..fb2bb1c378f74fd811775cf2eb976bcfa76667e8 100644
(file)
--- a/
endpoint.c
+++ b/
endpoint.c
@@
-284,8
+284,7
@@
int kdbus_ep_policy_set(struct kdbus_ep *ep,
if (items_size == 0)
return 0;
- return kdbus_policy_set(ep->policy_db, items, items_size,
- 0, true, ep);
+ return kdbus_policy_set(ep->policy_db, items, items_size, 0, true, ep);
}
/**