commit f4b720e7f2886eea8a6eaf67c4b3ab7c75005078
Author: Karsten Loesing <[email protected]>
Date:   Wed Oct 17 10:49:48 2012 -0400

    Temporarily remove urras from the list of bwauths.
---
 src/org/torproject/doctor/Checker.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/org/torproject/doctor/Checker.java 
b/src/org/torproject/doctor/Checker.java
index 6bdf8f6..13dbc05 100644
--- a/src/org/torproject/doctor/Checker.java
+++ b/src/org/torproject/doctor/Checker.java
@@ -392,7 +392,7 @@ public class Checker {
   /* Check if any bandwidth scanner results are missing. */
   private void checkBandwidthScanners() {
     SortedSet<String> missingBandwidthScanners = new TreeSet<String>(
-        Arrays.asList("turtles,urras,moria1,gabelmoo,maatuska".
+        Arrays.asList("turtles,moria1,gabelmoo,maatuska".
         split(",")));
     for (RelayNetworkStatusVote vote : this.downloadedVotes) {
       boolean containsMeasuredBandwidths = false;

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to