1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

added fast-import to import-options

This commit is contained in:
Stefan Bellon 2002-09-23 13:03:52 +00:00
parent 77ffe357a9
commit bbf5ea78c2
5 changed files with 33 additions and 21 deletions

View file

@ -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: