[systemd-devel] [KDBUS PATCH] remove unused variable
Daniel Mack
daniel at zonque.org
Wed Apr 9 02:46:35 PDT 2014
On 04/09/2014 11:43 AM, Daniel Buch wrote:
> ---
> 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) {
>
Oops, I just realized that I forgot to push my own version of that patch
which I had locally since some days. Did that right now.
Sorry, but thanks for your submission!
Daniel
More information about the systemd-devel
mailing list