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:
3decc20
)
endpoint: break if an endpoint was found
author
Djalal Harouni
<tixxdz@opendz.org>
Wed, 19 Mar 2014 20:31:15 +0000
(21:31 +0100)
committer
Daniel Mack
<zonque@gmail.com>
Thu, 20 Mar 2014 00:05:02 +0000
(
01:05
+0100)
Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
endpoint.c
patch
|
blob
|
history
diff --git
a/endpoint.c
b/endpoint.c
index 876e5e30c38467f9ddb6f1b2f1b157815cca9a47..a6d9dfbd617f39536bbbfd07835e3da73f7736cc 100644
(file)
--- a/
endpoint.c
+++ b/
endpoint.c
@@
-139,6
+139,7
@@
static struct kdbus_ep *kdbus_ep_find(struct kdbus_bus *bus, const char *name)
continue;
ep = kdbus_ep_ref(e);
+ break;
}
mutex_unlock(&bus->lock);