From 855f9a9b39963bd293629a4d64be6b11f6518ad2 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 11 Jan 2016 16:48:26 +0100 Subject: [PATCH] Fixed typo when asking server for vCard version 4 (was working with sabre/dav v3.0.5 but I guess it was a bug and it seems it was fixed in v3.0.6) --- coreapi/carddav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/carddav.c b/coreapi/carddav.c index e55646b19..e46401646 100644 --- a/coreapi/carddav.c +++ b/coreapi/carddav.c @@ -600,7 +600,7 @@ static LinphoneCardDavQuery* linphone_carddav_create_addressbook_multiget_query( query->url = cdc->server_url; query->type = LinphoneCardDavQueryTypeAddressbookMultiget; - sprintf(body, "%s", ""); + sprintf(body, "%s", ""); while (iterator) { LinphoneCardDavResponse *response = (LinphoneCardDavResponse *)iterator->data; if (response) {