X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/2fcd017b224f36a75a8e556019920d8bf6db024f..6fcdf43b866c8199065bdf5bfc05942ed79bde16:/keydb.c diff --git a/keydb.c b/keydb.c index 339450b..0039057 100644 --- a/keydb.c +++ b/keydb.c @@ -205,7 +205,8 @@ int generic_update_keys(struct openpgp_publickey **keys, bool sendsync) prev = curkey; logthing(LOGTHING_INFO, "Merged key; storing updated key."); - store_key(oldkey, intrans, true); + config.dbbackend->store_key(oldkey, intrans, + true); } free_publickey(oldkey); oldkey = NULL;