]> the.earth.li Git - onak.git/blobdiff - maxpath.c
Cleanup various includes
[onak.git] / maxpath.c
index 0932df31669b98034affda15fa0eb9ba5fc55f44..d128e9c65e51583c75bed8e7e8c74336e4836c0c 100644 (file)
--- a/maxpath.c
+++ b/maxpath.c
  */
 
 #include <getopt.h>
+#include <inttypes.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "stats.h"
 #include "hash.h"
 #include "keydb.h"
 #include "ll.h"
@@ -102,7 +103,7 @@ int main(int argc, char *argv[])
        readconfig(configfile);
        free(configfile);
        initlogthing("maxpath", config.logfile);
-       dbctx = config.dbinit(true);
+       dbctx = config.dbinit(config.backend, true);
        if (dbctx != NULL) {
                inithash();
                findmaxpath(dbctx, 30);