cscvs to tla changeset 112
[onak.git] / maxpath.c
index 171d6b1a4793c63065967b9502cc820f67c3242c..b0d2e9a9c6a716a2f4f6368ee4c1e6f1b9179911 100644 (file)
--- a/maxpath.c
+++ b/maxpath.c
@@ -5,7 +5,7 @@
  *
  * Copyright 2001-2002 Project Purple.
  *
- * $Id: maxpath.c,v 1.9 2003/06/04 20:57:10 noodles Exp $
+ * $Id: maxpath.c,v 1.10 2003/10/15 21:15:21 noodles Exp $
  */
 
 #include <stdio.h>
@@ -71,7 +71,7 @@ void findmaxpath(unsigned long max)
 
 int main(int argc, char *argv[])
 {
-       readconfig();
+       readconfig(NULL);
        initdb();
        inithash();
        findmaxpath(30);