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:
a5b637b
)
connection: remove duplicate variable declaration
author
Daniel Mack
<zonque@gmail.com>
Sun, 6 Apr 2014 10:23:50 +0000
(12:23 +0200)
committer
Daniel Mack
<zonque@gmail.com>
Sun, 6 Apr 2014 10:23:50 +0000
(12:23 +0200)
connection.c
patch
|
blob
|
history
diff --git
a/connection.c
b/connection.c
index 2d69f17d3925f09ed71cddd3e0fc4302813d5666..5e7d5537952f8418397d00067bca4769aca30f19 100644
(file)
--- a/
connection.c
+++ b/
connection.c
@@
-1024,7
+1024,7
@@
int kdbus_cmd_msg_recv(struct kdbus_conn *conn,
/* just drop the message */
if (recv->flags & KDBUS_RECV_DROP) {
- struct kdbus_conn_reply *r
, *r
eply = NULL;
+ struct kdbus_conn_reply *reply = NULL;
bool reply_found = false;
if (queue->reply) {