From: Daniel Mack Date: Sun, 6 Apr 2014 10:23:50 +0000 (+0200) Subject: connection: remove duplicate variable declaration X-Git-Tag: upstream/0.20140911.160207utc~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2eefd71a4b40983f92ec1668f8cc2ee3653e31c5;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git connection: remove duplicate variable declaration --- 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) {