diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-11 03:29:19 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-11 03:29:19 +0000 |
commit | aa719db59be4fc8d324ad33f3e418f0283a8923b (patch) | |
tree | 3f85e577b78308bac699192f1220466703320a67 /hcid | |
parent | 27fb044fcae2067296f3d682574cec87a8cddbfc (diff) |
Correct object path of the passkey agent
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/passkey-agent.c | 2 |
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"; |