]> the.earth.li Git - onak.git/blobdiff - keydb.c
(Hopefully) really fix the DB4 backend issues.
[onak.git] / keydb.c
diff --git a/keydb.c b/keydb.c
index 339450bda290f1d0c99166836dbb6f86800696c1..0039057093898bc067f5c3149ae9a0ec352559a9 100644 (file)
--- 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;