Repair publishThread

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4781 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
hermens 17 years ago
parent f42c8cf69c
commit 5bfc02ccfb

@ -274,7 +274,7 @@ public class yacyCore {
public final void run() {
try {
this.added = yacyClient.publishMySeed(seed, seed.getClusterAddress(), seed.hash);
this.added = yacyClient.publishMySeed(sb.wordIndex.seedDB.mySeed(), seed.getClusterAddress(), seed.hash);
if (this.added < 0) {
// no or wrong response, delete that address
String cause = "peer ping to peer resulted in error response (added < 0)";

Loading…
Cancel
Save