*) SOAP: getPeerHash returns the proper value now

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3273 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 18 years ago
parent 9025ac1385
commit 49972b6193

@ -208,7 +208,7 @@ public class StatusService extends AbstractService {
extractMessageContext(AUTHENTICATION_NEEDED);
// return the peer hash
return yacyCore.seedDB.mySeed.getHexHash();
return yacyCore.seedDB.mySeed.hash;
}
}

Loading…
Cancel
Save