mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Print a brief list of URLs with LISTCRLS.
* dirmngr/crlcache.c (crl_cache_list): Print a summary of URLs. * sm/call-dirmngr.c (gpgsm_dirmngr_run_command): Print a notice to stdout if the dirmngr has been disabled. -- GnuPG-bug-id: 7337
This commit is contained in:
parent
f8bf5e01f7
commit
f8b1b7b4df
3 changed files with 9 additions and 0 deletions
|
@ -1143,6 +1143,8 @@ gpgsm_dirmngr_run_command (ctrl_t ctrl, const char *command,
|
|||
struct run_command_parm_s parm;
|
||||
|
||||
rc = start_dirmngr (ctrl);
|
||||
if (gpg_err_code (rc) == GPG_ERR_NO_DIRMNGR)
|
||||
fputs (_("no dirmngr running in this session\n"), stdout);
|
||||
if (rc)
|
||||
return rc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue