diff options
Diffstat (limited to 'sm/import.c')
-rw-r--r-- | sm/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c index a4dd671f8..988d127d1 100644 --- a/sm/import.c +++ b/sm/import.c @@ -407,7 +407,7 @@ reimport_one (ctrl_t ctrl, struct stats_s *stats, int in_fd) ksba_cert_t cert = NULL; unsigned int flags; - kh = keydb_new (); + kh = keydb_new (ctrl); if (!kh) { err = gpg_error (GPG_ERR_ENOMEM);; |