1
0
Fork 0
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:
Werner Koch 2020-09-02 17:27:30 +02:00
parent 90d0072165
commit a7d006293e
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
13 changed files with 24 additions and 22 deletions

View file

@ -53,7 +53,7 @@ delete_one (ctrl_t ctrl, const char *username)
goto leave;
}
kh = keydb_new ();
kh = keydb_new (ctrl);
if (!kh)
{
log_error ("keydb_new failed\n");