X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/49ce386ea134b5f0c35c6d087cf22b1673431366..44169bea490150f3c2bb2b20ba086cae77d89041:/gpgwww.c?ds=inline diff --git a/gpgwww.c b/gpgwww.c index cd1c100..fa8ea4f 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -4,12 +4,14 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $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" @@ -60,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();