X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/4aafe74aea2d616a5d9611c6e3c01a182a0b37ec..2dcd74da02ebd3996947173e73616cd9d7da5bb0:/gpgwww.c?ds=sidebyside diff --git a/gpgwww.c b/gpgwww.c index 75022b8..c225b82 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -54,15 +54,22 @@ int main(int argc, char *argv[]) } printf("

Looking for path from 0x%llX to 0x%llX

\n", from, to); + readconfig(); initdb(); inithash(); dofindpath(from, to, true); destroyhash(); cleanupdb(); + cleanupconfig(); puts("
"); - puts("Produced by gpgwww " VERSION ", part of onak. Jonathan McDowell"); + puts("Produced by gpgwww " VERSION ", part of onak. " + "" + "Jonathan McDowell"); end_html(); + cleanupcgi(cgiparams); + cgiparams = NULL; + return EXIT_SUCCESS; }