summaryrefslogtreecommitdiffstats
path: root/hcid/passkey-agent.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-11 03:29:19 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-11 03:29:19 +0000
commitaa719db59be4fc8d324ad33f3e418f0283a8923b (patch)
tree3f85e577b78308bac699192f1220466703320a67 /hcid/passkey-agent.c
parent27fb044fcae2067296f3d682574cec87a8cddbfc (diff)
Correct object path of the passkey agent
Diffstat (limited to 'hcid/passkey-agent.c')
-rw-r--r--hcid/passkey-agent.c2
1 files changed, 1 insertions, 1 deletions
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 <dbus/dbus.h>
-static const char *agent_path = "/org/bluez/passkey-agent/";
+static const char *agent_path = "/org/bluez/passkey_agent/";
static char *passkey = "0000";