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:
3ea25e3
)
connection: Fix timeout
author
Lukasz Skalski
<l.skalski@partner.samsung.com>
Fri, 10 Jan 2014 09:51:12 +0000
(10:51 +0100)
committer
Kay Sievers
<kay@vrfy.org>
Sat, 11 Jan 2014 15:39:20 +0000
(23:39 +0800)
KDBUS_ITEM_REPLY_TIMEOUT have to be sent to src_id.
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index b279f80f99697b449ea5350b6482b926156e396b..c426fb3671eb3d92e880b5fd54cc0c6e1ae7dac2 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-531,7
+531,7
@@
static void kdbus_conn_scan_timeout(struct kdbus_conn *conn)
if (reply->deadline_ns == 0)
continue;
- kdbus_notify_reply_timeout(
reply->
conn->id,
+ kdbus_notify_reply_timeout(conn->id,
reply->cookie,
¬ify_list);
continue;