connection: remove duplicate variable declaration
authorDaniel Mack <zonque@gmail.com>
Sun, 6 Apr 2014 10:23:50 +0000 (12:23 +0200)
committerDaniel Mack <zonque@gmail.com>
Sun, 6 Apr 2014 10:23:50 +0000 (12:23 +0200)
connection.c

index 2d69f17d3925f09ed71cddd3e0fc4302813d5666..5e7d5537952f8418397d00067bca4769aca30f19 100644 (file)
@@ -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) {