X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=4668239bb3334347cbcf7be8c933a1e662a6346a;hb=b7a5a70eb8d8f312325af828b47726977f4fbb79;hp=cd1c1004f0bf41029b3417975552f1420132e50a;hpb=49ce386ea134b5f0c35c6d087cf22b1673431366;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index cd1c100..4668239 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -4,12 +4,14 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: gpgwww.c,v 1.14 2004/05/26 18:53:14 noodles Exp $ */ -// #include #include #include #include +#include #include "getcgi.h" #include "hash.h" @@ -60,10 +62,13 @@ int main(int argc, char *argv[]) to, from); - readconfig(); + readconfig(NULL); initlogthing("gpgwww", config.logfile); - initdb(); + initdb(true); inithash(); + logthing(LOGTHING_NOTICE, "Looking for path from 0x%llX to 0x%llX.", + from, + to); dofindpath(from, to, true, 3); destroyhash(); cleanupdb();