]> the.earth.li Git - onak.git/blobdiff - sixdegrees.c
Quieten cleanup infrastructure.
[onak.git] / sixdegrees.c
index 9b13cfbca08cafa38ac094aeec1ee9897fcb4694..0dd324f0c139aee07b9b19fc7beae68e84336092 100644 (file)
@@ -4,8 +4,6 @@
  * Jonathan McDowell <noodles@earth.li>
  *
  * Copyright 2001-2002 Project Purple.
- *
- * $Id: sixdegrees.c,v 1.4 2003/06/04 20:57:12 noodles Exp $
  */
 
 #include <stdio.h>
@@ -126,8 +124,8 @@ int main(int argc, char *argv[])
                keyid = strtoll(argv[1], NULL, 16);
        }
 
-       readconfig();
-       initdb();
+       readconfig(NULL);
+       initdb(true);
        inithash();
        sixdegrees(getfullkeyid(keyid));
        destroyhash();