-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: resdb
action: commit
revision:
path_from:
revision_from: 381366508328917898846e4999a1071eb753930a:
path_to:
revision_to:

git.thebackupbox.net

resdb

git://git.thebackupbox.net/resdb

commit 381366508328917898846e4999a1071eb753930a
Author: Nick <nick@somerandomnick.ano>
Date:   Sat Jun 12 00:13:52 2010 +0000

    fixed another bug (misnamed ASes)

diff --git a/doc/ucis.ano/bgp_graph/path_list_to_dot.php b/doc/ucis.ano/bgp_graph/path_list_to_dot.php

index b23babd2974d1f14c8e8d62e85dbef176e6e6ac4..

index ..e6a449fc2500136e80d0cfbf19f8c450d4b3ee97 100755

--- a/doc/ucis.ano/bgp_graph/path_list_to_dot.php
+++ b/doc/ucis.ano/bgp_graph/path_list_to_dot.php
@@ -30,7 +30,7 @@ $nodelist=array();
 foreach ($nodes as $node => $links) {
  if (!array_key_exists($node,$nodelist)) $nodelist[$node]=nodename($node);
  foreach ($links as $link => $dummy)
-  if (!array_key_exists($link,$nodelist)) $nodelist[$node]=nodename($link);
+  if (!array_key_exists($link,$nodelist)) $nodelist[$link]=nodename($link);
 };

 print("graph BGP_nodes {\n");

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 13:34:03 2024