orbiter 18 years ago
parent e76fe1c078
commit beb2e062a7

@ -344,7 +344,7 @@ public final class yacySeedDB {
while ((c < count) && (it.hasNext())) {
c++;
ys = getConnected((String) it.next());
result.put(ys.hash, ys);
if ((ys != null) && (ys.hash != null)) result.put(ys.hash, ys);
}
return result;
} catch (kelondroException e) {

Loading…
Cancel
Save