aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-04-14 17:56:23 +0000
committerDavid Shaw <[email protected]>2004-04-14 17:56:23 +0000
commit2286674b9e2cb247ef271aa63ddbaa07b0845166 (patch)
treecfe0740e6bb1ea4ddceb8beb0fe8006575b53a77 /g10/import.c
parent* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments are (diff)
downloadgnupg-2286674b9e2cb247ef271aa63ddbaa07b0845166.tar.gz
gnupg-2286674b9e2cb247ef271aa63ddbaa07b0845166.zip
* options.h: Encapsulate keyserver details. Change all callers.
Diffstat (limited to '')
-rw-r--r--g10/import.c2
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:"