diff 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); |