mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* keylist.c (print_capabilities): Show 'D' for disabled keys in
capabilities section. * trustdb.c (is_disabled): Remove incorrect comment.
This commit is contained in:
parent
2d5091e4e3
commit
fad1d22621
3 changed files with 21 additions and 3 deletions
|
@ -747,8 +747,6 @@ is_disabled(void *dummy,u32 *keyid)
|
|||
|
||||
init_trustdb ();
|
||||
|
||||
/* Note that get_pubkey returns the main key if keyid points to a
|
||||
subkey. That's a good thing here. */
|
||||
rc = get_pubkey(pk, keyid);
|
||||
if(rc)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue