From 9cf18f0b4c1ac69a658a9a4ae8529a4b6e937b88 Mon Sep 17 00:00:00 2001 From: Harald Schmitt Date: Mon, 20 Jan 2014 18:39:18 +0100 Subject: [PATCH] obexd/irmc: Fix folder for LUID requests The old macro PB_LUID_FOLDER had the folder luid on the second level: /telecom/luid. But the luid folder occurs per IrMC spec on level three e.g. /telecom/pb/luid. --- obexd/plugins/phonebook.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/phonebook.h b/obexd/plugins/phonebook.h index 441cff2db..fff33c1a4 100644 --- a/obexd/plugins/phonebook.h +++ b/obexd/plugins/phonebook.h @@ -37,7 +37,7 @@ #define PB_CALLS_INCOMING_FOLDER "/telecom/ich" #define PB_CALLS_MISSED_FOLDER "/telecom/mch" #define PB_CALLS_OUTGOING_FOLDER "/telecom/och" -#define PB_LUID_FOLDER "/telecom/luid" +#define PB_LUID_FOLDER "/telecom/pb/luid" #define PB_CONTACTS "/telecom/pb.vcf" #define PB_CALLS_COMBINED "/telecom/cch.vcf" -- 2.47.3