diff options
Diffstat (limited to 'kbx/backend-kbx.c')
-rw-r--r-- | kbx/backend-kbx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kbx/backend-kbx.c b/kbx/backend-kbx.c index d70b76097..b48795296 100644 --- a/kbx/backend-kbx.c +++ b/kbx/backend-kbx.c @@ -277,7 +277,8 @@ be_kbx_search (ctrl_t ctrl, backend_handle_t backend_hd, db_request_t request, &pubkey_type, ubid); if (err) goto leave; - err = be_return_pubkey (ctrl, buffer, buflen, pubkey_type, ubid); + /* FIXME: Return the ephemeral flag. */ + err = be_return_pubkey (ctrl, buffer, buflen, pubkey_type, ubid, 0, 0); if (!err) be_cache_pubkey (ctrl, ubid, buffer, buflen, pubkey_type); xfree (buffer); |