From 870066ab351000e9d0b9779e8d11439acfa96ac3 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 16 Apr 2009 20:23:20 +0000 Subject: [PATCH] another fix git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5814 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ViewProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/ViewProfile.java b/htroot/ViewProfile.java index 25628156b..8b2256c98 100644 --- a/htroot/ViewProfile.java +++ b/htroot/ViewProfile.java @@ -97,7 +97,7 @@ public class ViewProfile { } catch (final IOException e) {} // try to get the profile from remote peer - if (sb.clusterhashes != null) seed.setAlternativeAddress(sb.clusterhashes.get(seed.hash)); + if (sb.clusterhashes != null) seed.setAlternativeAddress(sb.clusterhashes.get(seed.hash.getBytes())); profile = yacyClient.getProfile(seed); // if profile did not arrive, say that peer is disconnected