[or-cvs] r14673: for the purpose of accessing descriptors via the status page (blossom/trunk)

goodell at seul.org goodell at seul.org
Mon May 19 19:51:08 UTC 2008


Author: goodell
Date: 2008-05-19 15:51:07 -0400 (Mon, 19 May 2008)
New Revision: 14673

Modified:
   blossom/trunk/exit.py
Log:
for the purpose of accessing descriptors via the status page,
use fingerprint and not deschash


Modified: blossom/trunk/exit.py
===================================================================
--- blossom/trunk/exit.py	2008-05-19 18:33:21 UTC (rev 14672)
+++ blossom/trunk/exit.py	2008-05-19 19:51:07 UTC (rev 14673)
@@ -384,7 +384,7 @@
     rtr[r]["bwsymbol"],
     rtr[r]["tdclass"],
     rtr[r]["aclass"],
-    rtr[r]["deschash"],
+    rtr[r]["fingerprint"],
     rtr[r]["nickname"],
     rtr[r]["tdclass"],
     addr[a]["host"],



More information about the tor-commits mailing list