OSDN Git Service

obexd/irmc: Fix folder for LUID requests
authorHarald Schmitt <linux@hschmitt.de>
Mon, 20 Jan 2014 17:39:18 +0000 (18:39 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 20 Jan 2014 19:25:47 +0000 (21:25 +0200)
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

index 441cff2..fff33c1 100644 (file)
@@ -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"