diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-29 13:50:25 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-10-29 13:50:31 +0200 |
commit | b12399bf941f9de46798e84a818c9cffded6debe (patch) | |
tree | 29d05a7fbfd26dde246b1a81ade6370bac1c93f4 /src | |
parent | b29321644b03df1b273d40c7d5895fa2ca329211 (diff) |
Cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/gmcerts.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
478 | 478 | ||
479 | static const char *certPath_GmCerts_(const iGmCerts *d, const iGmIdentity *identity) { | 479 | static const char *certPath_GmCerts_(const iGmCerts *d, const iGmIdentity *identity) { |
480 | if (!(identity->flags & (temporary_GmIdentityFlag | imported_GmIdentityFlag))) { | 480 | if (!(identity->flags & (temporary_GmIdentityFlag | imported_GmIdentityFlag))) { |
481 | const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); | 481 | const char *finger = cstrCollect_String(hexEncode_Block(&identity->fingerprint)); |
482 | return concatPath_CStr(cstr_String(&d->saveDir), format_CStr("idents/%s", finger)); | 482 | return concatPath_CStr(cstr_String(&d->saveDir), format_CStr("idents/%s", finger)); |
483 | } | 483 | } |
484 | return NULL; | 484 | return NULL; |