From b15b059c0dfe89fa70bd2f15a640b3955cfe0eb9 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 16 Apr 2009 19:53:21 +0000 Subject: [PATCH] fix for latest commit git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5813 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacy/hello.java | 2 +- source/de/anomic/plasma/plasmaSwitchboard.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htroot/yacy/hello.java b/htroot/yacy/hello.java index f88baa338..2bcd87b67 100644 --- a/htroot/yacy/hello.java +++ b/htroot/yacy/hello.java @@ -107,7 +107,7 @@ public final class hello { } int urls = -1; - if (sb.clusterhashes != null) remoteSeed.setAlternativeAddress(sb.clusterhashes.get(remoteSeed.hash)); + if (sb.clusterhashes != null) remoteSeed.setAlternativeAddress(sb.clusterhashes.get(remoteSeed.hash.getBytes())); // if the remote client has reported its own IP address and the client supports // the port forwarding feature (if client version >= 0.383) then we try to diff --git a/source/de/anomic/plasma/plasmaSwitchboard.java b/source/de/anomic/plasma/plasmaSwitchboard.java index 126e0b9fe..da5ed8ea0 100644 --- a/source/de/anomic/plasma/plasmaSwitchboard.java +++ b/source/de/anomic/plasma/plasmaSwitchboard.java @@ -1740,7 +1740,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch