From 3c1ce2771c91debb86fe704aa5dd0fc2bb469de1 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 13 Feb 2020 11:25:47 +0900 Subject: [PATCH] Fix the coverity issue Parse warning (PW.PARAMETER_HIDDEN) Change-Id: I6a849a3d804bb1e0e37bf5a5b3011e5852e55742 Signed-off-by: DoHyun Pyun --- hf-agent/bluetooth-hf-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hf-agent/bluetooth-hf-agent.c b/hf-agent/bluetooth-hf-agent.c index ed9799b..87d2611 100644 --- a/hf-agent/bluetooth-hf-agent.c +++ b/hf-agent/bluetooth-hf-agent.c @@ -461,7 +461,7 @@ static gboolean __clcc_async_timer_func(gpointer data) static void __hf_agent_method(GDBusConnection *connection, const gchar *sender, - const gchar *object_path, + const gchar *path, const gchar *interface_name, const gchar *method_name, GVariant *parameters, -- 2.7.4