diff options
author | Stefan Bellon <sbellon@sbellon.de> | 2002-09-23 15:03:52 +0200 |
---|---|---|
committer | Stefan Bellon <sbellon@sbellon.de> | 2002-09-23 15:03:52 +0200 |
commit | bbf5ea78c2708d19e40e0e9469c36083571410f8 (patch) | |
tree | 21cfcc9484c00fd480850f5ed3745578ca7945e1 /g10/g10.c | |
parent | avoid function clone (diff) | |
download | gnupg2-bbf5ea78c2708d19e40e0e9469c36083571410f8.tar.xz gnupg2-bbf5ea78c2708d19e40e0e9469c36083571410f8.zip |
added fast-import to import-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: |