fix for seed generation

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6354 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent 432154f725
commit 1957b5797a

@ -856,7 +856,7 @@ public class yacySeed implements Cloneable {
HashMap<String, String> copymap = new HashMap<String, String>();
copymap.putAll(this.dna);
copymap.put(yacySeed.HASH, this.hash); // set hash into seed code structure
return serverCodings.map2string(this.dna, ",", true); // generate string representation
return serverCodings.map2string(copymap, ",", true); // generate string representation
}
public final String genSeedStr(final String key) {

Loading…
Cancel
Save