[systemd-devel] [KDBUS PATCH] remove unused variable

Daniel Buch boogiewasthere at gmail.com
Wed Apr 9 02:43:40 PDT 2014


---
 connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connection.c b/connection.c
index 2d69f17..5e7d553 100644
--- 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, *reply = NULL;
+		struct kdbus_conn_reply *reply = NULL;
 		bool reply_found = false;
 
 		if (queue->reply) {
-- 
1.9.1



More information about the systemd-devel mailing list