X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=maxpath.c;h=2f813dec734e555a2359fb1278c95d6e658e2fac;hb=e3ee7975fc8f8b343390272663b8c644030b17c1;hp=21f23c281655305c196a96bbd70dd4630c1c9a07;hpb=f830858154d6bf294a06cb79fb219b6404cb4295;p=onak.git diff --git a/maxpath.c b/maxpath.c index 21f23c2..2f813de 100644 --- 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[])