aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 625b614ac..b6ed4c60a 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -2241,9 +2241,9 @@ main( int argc, char **argv )
break;
case aFastImport:
+ opt.import_options |= IMPORT_FAST_IMPORT;
case aImport:
- import_keys( argc? argv:NULL, argc, (cmd == aFastImport),
- NULL, opt.import_options );
+ import_keys( argc? argv:NULL, argc, NULL, opt.import_options );
break;
case aExport: