cscvs to tla changeset 68
[onak.git] / maxpath.c
index 21f23c281655305c196a96bbd70dd4630c1c9a07..2f813dec734e555a2359fb1278c95d6e658e2fac 100644 (file)
--- a/maxpath.c
+++ b/maxpath.c
@@ -64,7 +64,7 @@ void findmaxpath(unsigned long max)
                        from->keyid,
                        to->keyid,
                        distance);
-       dofindpath(to->keyid, from->keyid, false);
+       dofindpath(to->keyid, from->keyid, false, 1);
 }
 
 int main(int argc, char *argv[])