mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Always search missing certifcates using a running Dirmngr's cache.
This commit is contained in:
parent
2bdbb92939
commit
0819c1e8ca
17 changed files with 246 additions and 43 deletions
|
@ -938,10 +938,13 @@ audit_print_result (audit_ctx_t ctx, estream_t out, int use_html)
|
|||
helptag_t helptag;
|
||||
const char *s;
|
||||
int show_raw = 0;
|
||||
char *orig_codeset;
|
||||
|
||||
if (!ctx)
|
||||
return;
|
||||
|
||||
orig_codeset = i18n_switchto_utf8 ();
|
||||
|
||||
/* We use an environment variable to include some debug info in the
|
||||
log. */
|
||||
if ((s = getenv ("gnupg_debug_audit")))
|
||||
|
@ -1090,5 +1093,6 @@ audit_print_result (audit_ctx_t ctx, estream_t out, int use_html)
|
|||
ctx->outstream = NULL;
|
||||
ctx->use_html = 0;
|
||||
clear_helptags (ctx);
|
||||
i18n_switchback (orig_codeset);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue