mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
kbx: Implement update for the STORE command.
* kbx/backend-kbx.c (be_kbx_update): New. * kbx/frontend.c (kbxd_store): Call it. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e28572116f
commit
f4bdf8e590
3 changed files with 56 additions and 1 deletions
|
@ -454,7 +454,8 @@ kbxd_store (ctrl_t ctrl, const void *blob, size_t bloblen, int only_update)
|
|||
err = gpg_error (GPG_ERR_DUP_KEY);
|
||||
else /* Update. */
|
||||
{
|
||||
err = gpg_error (GPG_ERR_NOT_IMPLEMENTED);
|
||||
err = be_kbx_update (ctrl, db->backend_handle, request,
|
||||
pktype, blob, bloblen);
|
||||
}
|
||||
|
||||
leave:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue