X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=84f00e4d70d9674cfc11f0c9babe1a112c714aca;hb=8d910718e5f13444b2948396564a809b2307f0cf;hp=3b35ad7a5d9a9b7239be5ec4f1a7a59195173fef;hpb=5e1b22d763640c4d7a09d07920403d8d491b4410;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index 3b35ad7..84f00e4 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -69,7 +69,6 @@ int getkeyspath(uint64_t have, uint64_t want, int count) struct openpgp_packet_list *list_end = NULL; struct stats_key *keyinfoa, *keyinfob, *curkey; uint64_t fullhave, fullwant; - int rec; int pathlen = 0; fullhave = config.dbbackend->getfullkeyid(have); @@ -93,7 +92,7 @@ int getkeyspath(uint64_t have, uint64_t want, int count) * Fill the tree info up. */ initcolour(true); - rec = findpath(keyinfoa, keyinfob); + findpath(keyinfoa, keyinfob); keyinfob->parent = 0; if (keyinfoa->colour == 0) { pathlen = count;