X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/42bcfe2cae29f375af4cf2cd3ccfa196b77a3946..8e402a211ee3b1225481a6ff8efaa7c3d3a65272:/gpgwww.c diff --git a/gpgwww.c b/gpgwww.c index bb8a446..cd1c100 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -14,6 +14,7 @@ #include "getcgi.h" #include "hash.h" #include "keydb.h" +#include "log.h" #include "onak-conf.h" #include "stats.h" @@ -53,17 +54,30 @@ int main(int argc, char *argv[]) exit(1); } - printf("
Looking for path from 0x%llX to 0x%llX
\n", from, to); + printf("Looking for path from 0x%llX to 0x%llX.\n", from, to); + printf("" + "Find reverse path
\n", + to, + from); + readconfig(); + initlogthing("gpgwww", config.logfile); initdb(); inithash(); - dofindpath(from, to, true); + dofindpath(from, to, true, 3); destroyhash(); cleanupdb(); + cleanuplogthing(); + cleanupconfig(); puts("