[tor-commits] [doctor/master] Temporarily remove urras from the list of bwauths.
karsten at torproject.org
karsten at torproject.org
Wed Oct 17 14:54:29 UTC 2012
commit f4b720e7f2886eea8a6eaf67c4b3ab7c75005078
Author: Karsten Loesing <karsten.loesing at gmx.net>
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;
More information about the tor-commits
mailing list