From b12399bf941f9de46798e84a818c9cffded6debe Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 29 Oct 2020 13:50:25 +0200 Subject: Cleanup --- src/gmcerts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gmcerts.c') diff --git a/src/gmcerts.c b/src/gmcerts.c index b5b7b371..27b226a0 100644 --- a/src/gmcerts.c +++ b/src/gmcerts.c @@ -478,7 +478,7 @@ iGmIdentity *newIdentity_GmCerts(iGmCerts *d, int flags, iDate validUntil, const static const char *certPath_GmCerts_(const iGmCerts *d, const iGmIdentity *identity) { if (!(identity->flags & (temporary_GmIdentityFlag | imported_GmIdentityFlag))) { - const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); + const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); return concatPath_CStr(cstr_String(&d->saveDir), format_CStr("idents/%s", finger)); } return NULL; -- cgit v1.2.3