diff --git a/obexd/plugins/irmc.c b/obexd/plugins/irmc.c
index 87f3b6c..2283fe6 100644
--- a/obexd/plugins/irmc.c
+++ b/obexd/plugins/irmc.c
param->maxlistcount = 0; /* to count the number of vcards... */
param->filter = 0x200085; /* UID TEL N VERSION */
irmc->params = param;
- irmc->request = phonebook_pull("telecom/pb.vcf", irmc->params,
+ irmc->request = phonebook_pull("/telecom/pb.vcf", irmc->params,
phonebook_size_result, irmc, err);
ret = phonebook_pull_read(irmc->request);
if (err)
if (!g_strcmp0(name, ".vcf")) {
/* how can we tell if the vcard count call already finished? */
- irmc->request = phonebook_pull("telecom/pb.vcf", irmc->params,
+ irmc->request = phonebook_pull("/telecom/pb.vcf", irmc->params,
query_result, irmc, &ret);
if (ret < 0) {
DBG("phonebook_pull failed...");