diff options
author | Stefan Bellon <[email protected]> | 2002-09-23 13:03:52 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-09-23 13:03:52 +0000 |
commit | bbf5ea78c2708d19e40e0e9469c36083571410f8 (patch) | |
tree | 21cfcc9484c00fd480850f5ed3745578ca7945e1 /g10/keyserver.c | |
parent | avoid function clone (diff) | |
download | gnupg-bbf5ea78c2708d19e40e0e9469c36083571410f8.tar.gz gnupg-bbf5ea78c2708d19e40e0e9469c36083571410f8.zip |
added fast-import to import-options
Diffstat (limited to 'g10/keyserver.c')
-rw-r--r-- | g10/keyserver.c | 2 |
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); |