Don't escape phonebooks

This commit is contained in:
Denis Kenzior 2009-07-16 16:57:19 -05:00
parent fdab3735db
commit 72345b4175
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ struct phonebook_person {
char *sip_uri;
};
static const char *storage_support[] = { "\"SM\"", "\"ME\"", NULL };
static const char *storage_support[] = { "SM", "ME", NULL };
static void export_phonebook(struct ofono_modem *modem);
static struct phonebook_data *phonebook_create()