[or-cvs] r24086: {arm} Lil bug with the last commit. (arm/trunk/src/util)

Damian Johnson atagar1 at gmail.com
Sat Jan 15 21:40:00 UTC 2011


Author: atagar
Date: 2011-01-15 21:40:00 +0000 (Sat, 15 Jan 2011)
New Revision: 24086

Modified:
   arm/trunk/src/util/torTools.py
Log:
Lil bug with the last commit.



Modified: arm/trunk/src/util/torTools.py
===================================================================
--- arm/trunk/src/util/torTools.py	2011-01-15 21:34:09 UTC (rev 24085)
+++ arm/trunk/src/util/torTools.py	2011-01-15 21:40:00 UTC (rev 24086)
@@ -1132,7 +1132,7 @@
           
           # entries are of the form:
           # [nickname] [flags] address:port fingerprint
-          for entry in dirServerCfg:
+          for entry in altAuthoritiesCfg:
             locationComp = entry.split()[-2] # address:port component
             result.append(tuple(locationComp.split(":", 1)))
         else: result = list(DIR_SERVERS)



More information about the tor-commits mailing list