From: DoHyun Pyun Date: Thu, 13 Feb 2020 02:25:47 +0000 (+0900) Subject: Fix the coverity issue X-Git-Tag: accepted/tizen/unified/20200220.122414^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git;a=commitdiff_plain;h=3c1ce2771c91debb86fe704aa5dd0fc2bb469de1 Fix the coverity issue Parse warning (PW.PARAMETER_HIDDEN) Change-Id: I6a849a3d804bb1e0e37bf5a5b3011e5852e55742 Signed-off-by: DoHyun Pyun --- 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,