diff options
author | David Shaw <[email protected]> | 2003-01-06 21:01:44 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-01-06 21:01:44 +0000 |
commit | c974390d371bbfe74b2ae27ba0be72af7b44b186 (patch) | |
tree | 0f39fa6fa8bdccdbf22fa814bb43b6fb5333830a /g10/trustdb.c | |
parent | * import.c (import_one): Only do the work to create the status display for (diff) | |
download | gnupg-c974390d371bbfe74b2ae27ba0be72af7b44b186.tar.gz gnupg-c974390d371bbfe74b2ae27ba0be72af7b44b186.zip |
* keylist.c (print_capabilities): Show 'D' for disabled keys in
capabilities section.
* trustdb.c (is_disabled): Remove incorrect comment.
Diffstat (limited to '')
-rw-r--r-- | g10/trustdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index ed0ccd15d..312290e0f 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -904,8 +904,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) { |