aboutsummaryrefslogtreecommitdiffstats
path: root/g10/hkp.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/hkp.c')
-rw-r--r--g10/hkp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/hkp.c b/g10/hkp.c
index 3a7b654f6..0de8c39d5 100644
--- a/g10/hkp.c
+++ b/g10/hkp.c
@@ -96,8 +96,7 @@ hkp_ask_import( KEYDB_SEARCH_DESC *desc, void *stats_handle)
: g10_errstr(rc) );
}
else {
- rc = import_keys_stream( hd.fp_read,
- opt.keyserver_options.fast_import,stats_handle);
+ rc = import_keys_stream( hd.fp_read, 0, stats_handle);
http_close( &hd );
}