mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
wks: Make gpg-wks-client --mirror work w/o args.
* tools/gpg-wks-client.c (mirror_one_key): Test for no domain specified. -- The code did not really work if no domain was given. It worked but filtered out all keys so that no key was actually exported.
This commit is contained in:
parent
345794cfe6
commit
37cc255e49
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ static struct key_item *utk_list; /* all ultimately trusted keys */
|
|||
static struct key_item *trusted_key_list;
|
||||
static int any_trusted_key_seen;
|
||||
|
||||
/* Flag whether a trustdb chekc is pending. */
|
||||
/* Flag whether a trustdb check is pending. */
|
||||
static int pending_check_trustdb;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue