summaryrefslogtreecommitdiffstats
path: root/hcid/passkey-agent.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-11 03:33:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-11 03:33:00 +0000
commitdb58bd1d728f3dc0610ba52068f468d2081e78a3 (patch)
treea8b8fdcdcdc78fc8b8b7d7e72aa25a002f8f77a4 /hcid/passkey-agent.c
parentf8487ab41a830bd493971f2a8c7b0437444aff76 (diff)
Remove trailing slash from object path
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 b9d810fd..b3ba2e3b 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";