mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
sm: Add arg ctrl to keydb_new.
* sm/keydb.c (keydb_new): Add arg and change all callers. -- This will be used later.
This commit is contained in:
parent
90d0072165
commit
a7d006293e
13 changed files with 24 additions and 22 deletions
|
@ -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);;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue