aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-09-23 13:03:52 +0000
committerStefan Bellon <[email protected]>2002-09-23 13:03:52 +0000
commitbbf5ea78c2708d19e40e0e9469c36083571410f8 (patch)
tree21cfcc9484c00fd480850f5ed3745578ca7945e1 /g10/keyserver.c
parentavoid function clone (diff)
downloadgnupg-bbf5ea78c2708d19e40e0e9469c36083571410f8.tar.gz
gnupg-bbf5ea78c2708d19e40e0e9469c36083571410f8.zip
added fast-import to import-options
Diffstat (limited to 'g10/keyserver.c')
-rw-r--r--g10/keyserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c
index f054acf5c..8f78912e0 100644
--- a/g10/keyserver.c
+++ b/g10/keyserver.c
@@ -605,7 +605,7 @@ keyserver_spawn(int action,STRLIST list,
way to do this could be to continue parsing this
line-by-line and make a temp iobuf for each key. */
- import_keys_stream(spawn->fromchild,0,stats_handle,
+ import_keys_stream(spawn->fromchild,stats_handle,
opt.keyserver_options.import_options);
import_print_stats(stats_handle);