diff options
author | David Shaw <[email protected]> | 2004-04-15 18:16:17 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-04-15 18:16:17 +0000 |
commit | d20a79dd07c6e9f69d0d2a9f99fe1a4697a16731 (patch) | |
tree | f9c6adfbfbc9ebdcff0124d3cc823ee8c6d3da06 /g10/import.c | |
parent | * packet.h, getkey.c (fixup_uidnode, merge_selfsigs_subkey): Keep track of (diff) | |
download | gnupg-d20a79dd07c6e9f69d0d2a9f99fe1a4697a16731.tar.gz gnupg-d20a79dd07c6e9f69d0d2a9f99fe1a4697a16731.zip |
* options.h, keyserver.c (parse_keyserver_options): Remove duplicate code
from parse_keyserver_options by calling the generic parse_options.
* keyserver.c (keyserver_spawn, keyserver_refresh), g10.c (main), gpgv.c
(main), mainproc.c (check_sig_and_print), import.c (revocation_present):
Change all callers.
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index bbe590afa..40ab7f296 100644 --- a/g10/import.c +++ b/g10/import.c @@ -1692,7 +1692,8 @@ revocation_present(KBNODE keyblock) /* No, so try and get it */ if(opt.keyserver - && opt.keyserver_options.auto_key_retrieve) + && (opt.keyserver_options.options + & KEYSERVER_AUTO_KEY_RETRIEVE)) { log_info(_("WARNING: key %s may be revoked:" " fetching revocation key %s\n"), |