X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=07b448e37eff10cac7d40b211bafd1b576d91c5e;hb=a38e8ca995bf1a5d20dc81bed265fc8a58cec2b5;hp=84f00e4d70d9674cfc11f0c9babe1a112c714aca;hpb=33cfd5887ea8d05241b5b4749abbf7fdfadb51fe;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index 84f00e4..07b448e 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -104,7 +104,7 @@ int getkeyspath(uint64_t have, uint64_t want, int count) curkey = findinhash(keyinfoa->parent); while (curkey != NULL && curkey->keyid != 0) { if (curkey->keyid != fullwant && - config.dbbackend->fetch_key( + config.dbbackend->fetch_key_id( curkey->keyid, &publickey, false)) { flatten_publickey(publickey, @@ -125,7 +125,7 @@ int getkeyspath(uint64_t have, uint64_t want, int count) /* * Add the destination key to the list of returned keys. */ - if (config.dbbackend->fetch_key(fullwant, &publickey, false)) { + if (config.dbbackend->fetch_key_id(fullwant, &publickey, false)) { flatten_publickey(publickey, &packets, &list_end);