diff options
Diffstat (limited to 'g10/g10.c')
-rw-r--r-- | g10/g10.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |