summaryrefslogtreecommitdiffstats
path: root/src/phonebook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/phonebook.c')
-rw-r--r--src/phonebook.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/phonebook.c b/src/phonebook.c
index 546c80f8..67cd0ec5 100644
--- a/src/phonebook.c
+++ b/src/phonebook.c
@@ -362,6 +362,11 @@ void ofono_phonebook_entry(struct ofono_modem *modem, int index,
{
struct phonebook_data *phonebook = modem->phonebook;
+ /* There's really nothing to do */
+ if ((number == NULL || number[0] == '\0') &&
+ (text == NULL || text[0] == '\0'))
+ return;
+
/*
* We need to collect all the entries that belong to one person,
* so that only one vCard will be generated at last.