summaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorStefan Bellon <sbellon@sbellon.de>2002-09-23 15:03:52 +0200
committerStefan Bellon <sbellon@sbellon.de>2002-09-23 15:03:52 +0200
commitbbf5ea78c2708d19e40e0e9469c36083571410f8 (patch)
tree21cfcc9484c00fd480850f5ed3745578ca7945e1 /g10/g10.c
parentavoid function clone (diff)
downloadgnupg2-bbf5ea78c2708d19e40e0e9469c36083571410f8.tar.xz
gnupg2-bbf5ea78c2708d19e40e0e9469c36083571410f8.zip
added fast-import to import-options
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: