cscvs to tla changeset 117
[onak.git] / gpgwww.c
index 6f8cbdd36df0486cfc8134176c8642511a25a6da..fa8ea4f952eb8024003a547c9d6aa0a896f2f391 100644 (file)
--- a/gpgwww.c
+++ b/gpgwww.c
@@ -5,7 +5,7 @@
  *
  * Copyright 2001-2002 Project Purple.
  *
- * $Id: gpgwww.c,v 1.12 2003/10/15 21:15:20 noodles Exp $
+ * $Id: gpgwww.c,v 1.13 2004/03/23 12:33:46 noodles Exp $
  */
 
 #include <inttypes.h>
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
 
        readconfig(NULL);
        initlogthing("gpgwww", config.logfile);
-       initdb();
+       initdb(true);
        inithash();
        dofindpath(from, to, true, 3);
        destroyhash();