*
* Copyright 2001-2002 Project Purple.
*
- * $Id: gpgwww.c,v 1.11 2003/06/08 19:04:31 noodles Exp $
+ * $Id: gpgwww.c,v 1.13 2004/03/23 12:33:46 noodles Exp $
*/
#include <inttypes.h>
to,
from);
- readconfig();
+ readconfig(NULL);
initlogthing("gpgwww", config.logfile);
- initdb();
+ initdb(true);
inithash();
dofindpath(from, to, true, 3);
destroyhash();