Diff between aa617cd1cdf6f63e391319f4f0e9bc5ce59e2652 and 6b6e1c150f67e9c8e35c404d4d1e640fb77d4635
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/phonebook-ebook.c | +3 | -0 | modified |
Full Patch
diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c
index 4111b45..903ca58 100644
--- a/obexd/plugins/phonebook-ebook.c
+++ b/obexd/plugins/phonebook-ebook.c
@@ -438,6 +438,9 @@ int phonebook_create_cache(const char *name, phonebook_entry_cb entry_cb,
EBookQuery *query;
gboolean ret;
+ if (g_strcmp0("/telecom/pb", name) != 0)
+ return -ENOENT;
+
query = e_book_query_any_field_contains("");
data = g_new0(struct cache_query, 1);