From 62ef1542cefd2c2ff068a8b65d86d2e2a41c5ad8 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 25 May 2012 15:39:26 +0200 Subject: [PATCH] In this place we don't care about the result. --- citadel/modules/vcard/serv_vcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/modules/vcard/serv_vcard.c b/citadel/modules/vcard/serv_vcard.c index 08793b95e..9505ba185 100644 --- a/citadel/modules/vcard/serv_vcard.c +++ b/citadel/modules/vcard/serv_vcard.c @@ -390,7 +390,7 @@ int vcard_upload_beforesave(struct CtdlMessage *msg) { return(1); } - s = vcard_get_prop(v, "fn", 1, 0, 0); + vcard_get_prop(v, "fn", 1, 0, 0); if (yes_my_citadel_config) { /* Bingo! The user is uploading a new vCard, so -- 2.30.2