diff options
author | David Shaw <dshaw@jabberwocky.com> | 2004-04-14 19:56:23 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2004-04-14 19:56:23 +0200 |
commit | 2286674b9e2cb247ef271aa63ddbaa07b0845166 (patch) | |
tree | cfe0740e6bb1ea4ddceb8beb0fe8006575b53a77 /g10/import.c | |
parent | * gpg.sgml: Document delsig. Clarify that --refresh-keys arguments are (diff) | |
download | gnupg2-2286674b9e2cb247ef271aa63ddbaa07b0845166.tar.xz gnupg2-2286674b9e2cb247ef271aa63ddbaa07b0845166.zip |
* options.h: Encapsulate keyserver details. Change all callers.
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index c1110bff6..89e95dda7 100644 --- a/g10/import.c +++ b/g10/import.c @@ -1691,7 +1691,7 @@ revocation_present(KBNODE keyblock) char *tempkeystr=m_strdup(keystr_from_pk(pk)); /* No, so try and get it */ - if(opt.keyserver_scheme && + if(opt.keyserver.scheme && opt.keyserver_options.auto_key_retrieve) { log_info(_("WARNING: key %s may be revoked:" |