this asserts prevents a network operation in case of sabotage and must be removed therefore

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7550 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent f8d0454c53
commit 77b1e921a9

@ -1027,7 +1027,7 @@ public final class yacySeedDB implements AlternativeDomainNames {
dna.putAll(dna0);
}
final String hash = dna.remove("key");
assert hash != null;
//assert hash != null;
if (hash == null) continue; // bad seed
return new yacySeed(hash, dna);
}

Loading…
Cancel
Save