aboutsummaryrefslogtreecommitdiffstats
path: root/sm/delete.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-09-13 18:48:53 +0000
committerWerner Koch <[email protected]>2020-09-21 07:20:40 +0000
commitc772770574ea2d337f8745ff304b1b8acd8a2e4c (patch)
tree6ecbd302ef009cf7c2c17daf37f39948fc6d6947 /sm/delete.c
parentagent: Fix regression for access through the extra secket. (diff)
downloadgnupg-c772770574ea2d337f8745ff304b1b8acd8a2e4c.tar.gz
gnupg-c772770574ea2d337f8745ff304b1b8acd8a2e4c.zip
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 <[email protected]>
Diffstat (limited to 'sm/delete.c')
-rw-r--r--sm/delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/delete.c b/sm/delete.c
index 511ffb9b2..ccd389313 100644
--- a/sm/delete.c
+++ b/sm/delete.c
@@ -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)