]> the.earth.li Git - onak.git/blobdiff - gpgwww.c
cscvs to tla changeset 133
[onak.git] / gpgwww.c
index ad864f106ff562950abca5fca43d3bd39e724777..4668239bb3334347cbcf7be8c933a1e662a6346a 100644 (file)
--- a/gpgwww.c
+++ b/gpgwww.c
@@ -5,13 +5,13 @@
  *
  * Copyright 2001-2002 Project Purple.
  *
- * $Id: gpgwww.c,v 1.10 2003/06/04 20:57:08 noodles Exp $
+ * $Id: gpgwww.c,v 1.14 2004/05/26 18:53:14 noodles Exp $
  */
 
-// #include <stdint.h>
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "getcgi.h"
 #include "hash.h"
@@ -62,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();