From db58bd1d728f3dc0610ba52068f468d2081e78a3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 Mar 2006 03:33:00 +0000 Subject: Remove trailing slash from object path --- hcid/passkey-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid') diff --git a/hcid/passkey-agent.c b/hcid/passkey-agent.c index b9d810fd..b3ba2e3b 100644 --- a/hcid/passkey-agent.c +++ b/hcid/passkey-agent.c @@ -33,7 +33,7 @@ #include -static const char *agent_path = "/org/bluez/passkey_agent/"; +static const char *agent_path = "/org/bluez/passkey_agent"; static char *passkey = "0000"; -- cgit