cscvs to tla changeset 112
[onak.git] / gpgwww.c
index cd1c1004f0bf41029b3417975552f1420132e50a..6f8cbdd36df0486cfc8134176c8642511a25a6da 100644 (file)
--- a/gpgwww.c
+++ b/gpgwww.c
@@ -4,12 +4,14 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
+ *
+ * $Id: gpgwww.c,v 1.12 2003/10/15 21:15:20 noodles Exp $
  */
 
-// #include <stdint.h>
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "getcgi.h"
 #include "hash.h"
@@ -60,7 +62,7 @@ int main(int argc, char *argv[])
                        to,
                        from);
 
-       readconfig();
+       readconfig(NULL);
        initlogthing("gpgwww", config.logfile);
        initdb();
        inithash();