Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5814 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Apr 16, 2009
1 parent b15b059 commit 870066a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/ViewProfile.java
Expand Up @@ -97,7 +97,7 @@ public static serverObjects respond(final httpRequestHeader header, final server
} 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
Expand Down

0 comments on commit 870066a

Please sign in to comment.