diff options
Diffstat (limited to 'g10/import.c')
-rw-r--r-- | g10/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c index 6707797f5..7c0d1e2cc 100644 --- a/g10/import.c +++ b/g10/import.c @@ -249,7 +249,7 @@ import_keys_internal (ctrl_t ctrl, iobuf_t inp, char **fnames, int nnames, interactive or by not setting no-auto-check-trustdb */ if (!(options & IMPORT_FAST)) - check_or_update_trustdb (); + check_or_update_trustdb (ctrl); return rc; } |