diff --git a/source/de/anomic/yacy/yacySeed.java b/source/de/anomic/yacy/yacySeed.java index ab02f6477..b98cc2069 100644 --- a/source/de/anomic/yacy/yacySeed.java +++ b/source/de/anomic/yacy/yacySeed.java @@ -856,7 +856,7 @@ public class yacySeed implements Cloneable { HashMap copymap = new HashMap(); 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) {