cscvs to tla changeset 69
[onak.git] / gpgwww.c
index f5b16448de0f4591318631bda69dd9c093b19976..cd1c1004f0bf41029b3417975552f1420132e50a 100644 (file)
--- a/gpgwww.c
+++ b/gpgwww.c
@@ -54,12 +54,17 @@ int main(int argc, char *argv[])
                exit(1);
        }
 
-       printf("<P>Looking for path from 0x%llX to 0x%llX</P>\n", from, to);
+       printf("<P>Looking for path from 0x%llX to 0x%llX.\n", from, to);
+       printf("<A HREF=\"gpgwww?from=0x%08llX&to=0x%08llX\">"
+                       "Find reverse path</A></P>\n",
+                       to,
+                       from);
+
        readconfig();
        initlogthing("gpgwww", config.logfile);
        initdb();
        inithash();
-       dofindpath(from, to, true);
+       dofindpath(from, to, true, 3);
        destroyhash();
        cleanupdb();
        cleanuplogthing();