* fix transferRWI as suggested by celle (thanks!)

see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=2000#p14023


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5842 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
f1ori 16 years ago
parent 996572de95
commit 0b0a46d35a

@ -969,7 +969,7 @@ public final class yacyClient {
eenum = ic.entries();
while (eenum.hasNext()) {
entry = eenum.next();
entrypost.append(ic.getTermHash())
entrypost.append(ic.getTermHashAsString())
.append(entry.toPropertyForm())
.append(serverCore.CRLF_STRING);
indexcount++;

Loading…
Cancel
Save