summaryrefslogtreecommitdiffstats
path: root/hcid/passkey-agent.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-03-13 18:35:51 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-03-13 18:35:51 +0000
commit3bf4a70827d9c9f7f9554eac65e0495b36a5cc80 (patch)
treeda98b75abf7f792bc3b7c457e9a3a163911c84de /hcid/passkey-agent.c
parent66c7a54e436948b18044dd9256a8ad24f34b1f72 (diff)
Use underlines for the default 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 423a72f2..8fa27186 100644
--- a/hcid/passkey-agent.c
+++ b/hcid/passkey-agent.c
@@ -226,7 +226,7 @@ int main(int argc, char **argv)
int opt, use_default = 0;
snprintf(default_path, sizeof(default_path),
- "/org/bluez/passkey-agent-%d", getpid());
+ "/org/bluez/passkey_agent_%d", getpid());
while ((opt = getopt_long(argc, argv, "+dp:h", main_options, NULL)) != EOF) {
switch(opt) {