mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: Tell gpg about WKD lookups resulting from a cache.
* dirmngr/server.c (proc_wkd_get): Print new NOTE status "wkd_cached_result". * g10/call-dirmngr.c (ks_status_cb): Detect this and print a not ein verbose mode. -- This little patch is helpful to see why a WKD change still does not work after it has been updated on the server. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
8c167febc0
commit
438a1ec297
2 changed files with 8 additions and 2 deletions
|
@ -876,6 +876,7 @@ proc_wkd_get (ctrl_t ctrl, assuan_context_t ctx, char *line)
|
|||
if (domaininfo_is_wkd_not_supported (domain_orig))
|
||||
{
|
||||
err = gpg_error (GPG_ERR_NO_DATA);
|
||||
dirmngr_status_printf (ctrl, "NOTE", "wkd_cached_result %u", err);
|
||||
goto leave;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue