From aa719db59be4fc8d324ad33f3e418f0283a8923b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 11 Mar 2006 03:29:19 +0000 Subject: Correct object path of the passkey agent --- hcid/passkey-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcid/passkey-agent.c b/hcid/passkey-agent.c index 6d001970..b9d810fd 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