X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb.c;h=0039057093898bc067f5c3149ae9a0ec352559a9;hb=6fcdf43b866c8199065bdf5bfc05942ed79bde16;hp=339450bda290f1d0c99166836dbb6f86800696c1;hpb=2fcd017b224f36a75a8e556019920d8bf6db024f;p=onak.git 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;