mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
sm: Implement delete key in keyboxd mode
* sm/keydb.c (keydb_delete): Implement keyboxd mode. (keydb_update_cert): Disable unused function. * kbx/backend-sqlite.c (be_sqlite_delete): Delete from issuer. -- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
8a84a71f3a
commit
c772770574
3 changed files with 32 additions and 5 deletions
|
@ -112,7 +112,7 @@ delete_one (ctrl_t ctrl, const char *username)
|
|||
goto leave;
|
||||
}
|
||||
|
||||
/* We need to search again to get back to the right position. Neo
|
||||
/* We need to search again to get back to the right position. Note
|
||||
* that the lock is kept until the KH is released. */
|
||||
rc = keydb_lock (kh);
|
||||
if (rc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue