From: Marcel Holtmann Date: Sun, 15 Jul 2012 22:15:02 +0000 (-0300) Subject: handover: Avoid shadowing connection variable X-Git-Tag: 0.6~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2097780854c82ddbdb16a264ad516380fb74216f;p=platform%2Fupstream%2Fneard.git handover: Avoid shadowing connection variable --- diff --git a/src/handover.c b/src/handover.c index b26af9c..34a34a1 100644 --- a/src/handover.c +++ b/src/handover.c @@ -52,7 +52,7 @@ static void agent_free(void) agent_path = NULL; } -static void agent_disconnect(DBusConnection *connection, void *data) +static void agent_disconnect(DBusConnection *conn, void *data) { DBG("data %p", data);