X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=maxpath.c;h=922cc8cf65ab94753471b7118ec021dca12b237f;hb=010b333715b8385c78c4bacaf9031e9faed42cfd;hp=2f813dec734e555a2359fb1278c95d6e658e2fac;hpb=e3ee7975fc8f8b343390272663b8c644030b17c1;p=onak.git diff --git a/maxpath.c b/maxpath.c index 2f813de..922cc8c 100644 --- a/maxpath.c +++ b/maxpath.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: maxpath.c,v 1.11 2004/03/23 12:33:47 noodles Exp $ */ #include @@ -69,8 +71,8 @@ void findmaxpath(unsigned long max) int main(int argc, char *argv[]) { - readconfig(); - initdb(); + readconfig(NULL); + initdb(true); inithash(); findmaxpath(30); printf("--------\n");