[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r24086: {arm} Lil bug with the last commit. (arm/trunk/src/util)
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)