aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c
diff options
context:
space:
mode:
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:"