From: Wilfried Goesgens Date: Fri, 25 May 2012 13:39:26 +0000 (+0200) Subject: In this place we don't care about the result. X-Git-Tag: v8.12~67 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=62ef1542cefd2c2ff068a8b65d86d2e2a41c5ad8 In this place we don't care about the result. --- 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