X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=fa8ea4f952eb8024003a547c9d6aa0a896f2f391;hb=44169bea490150f3c2bb2b20ba086cae77d89041;hp=ad864f106ff562950abca5fca43d3bd39e724777;hpb=0f4971d043c38bae1bfb95201622a1405110f899;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index ad864f1..fa8ea4f 100644 --- 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.13 2004/03/23 12:33:46 noodles Exp $ */ -// #include #include #include #include +#include #include "getcgi.h" #include "hash.h" @@ -62,9 +62,9 @@ int main(int argc, char *argv[]) to, from); - readconfig(); + readconfig(NULL); initlogthing("gpgwww", config.logfile); - initdb(); + initdb(true); inithash(); dofindpath(from, to, true, 3); destroyhash();