X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=cgi%2Flookup.c;h=5977ad0fd838ec0b2a225b7988e680106ddf371c;hb=3da81770b841f841c5145f91a9ccedc296e13f4b;hp=35c039bf906c8c9d59e8706e052261f9dd481cc9;hpb=3877403043acfbfa57497d3ba51a5ec2db1c77dc;p=onak.git diff --git a/cgi/lookup.c b/cgi/lookup.c index 35c039b..5977ad0 100644 --- a/cgi/lookup.c +++ b/cgi/lookup.c @@ -252,7 +252,8 @@ int main(int argc, char *argv[]) result, search); puts("
");
-				cleankeys(&publickey, config.clean_policies);
+				cleankeys(dbctx, &publickey,
+						config.clean_policies);
 				flatten_publickey(publickey,
 							&packets,
 							&list_end);