mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g10: Remove unused parameter.
* g10/keydb.h (keydb_locate_writable): Remove unused parameter reserved. Update users. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>.
This commit is contained in:
parent
135b1e32f0
commit
0377db4b35
4 changed files with 4 additions and 6 deletions
|
@ -1073,7 +1073,7 @@ import_one (ctrl_t ctrl,
|
|||
{
|
||||
KEYDB_HANDLE hd = keydb_new ();
|
||||
|
||||
rc = keydb_locate_writable (hd, NULL);
|
||||
rc = keydb_locate_writable (hd);
|
||||
if (rc)
|
||||
{
|
||||
log_error (_("no writable keyring found: %s\n"), gpg_strerror (rc));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue